forked from pivoshenko/catppuccin-startpage
-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
39 lines (31 loc) · 1.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="AllJavi (https://github.com/AllJavi)" />
<link rel="stylesheet" type="text/css" href="src/css/awoo.min.css" />
<link href="https://cdn.jsdelivr.net/gh/monzanifabio/cryptofont/cryptofont.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css" />
<link href="src/css/style.css" rel="stylesheet" type="text/css" />
<link href="src/css/tabler-icons.min.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="src/img/logo.png" />
<title>~/</title>
</head>
<body>
<tabs-list></tabs-list>
<script type="text/javascript" src="src/common/palette.js"></script>
<script type="text/javascript" src="src/common/utils.js"></script>
<script type="text/javascript" src="src/common/storage.js"></script>
<script type="text/javascript" src="src/common/actions.js"></script>
<script type="text/javascript" src="src/common/config.js"></script>
<script type="text/javascript" src="src/common/strftime.js"></script>
<script type="text/javascript" src="src/common/component.js"></script>
<script type="text/javascript" src="./userconfig.js"></script>
<script type="text/javascript" src="src/components/tabs/tabs.component.js"></script>
<script type="text/javascript" src="src/components/weather/weather.api.js"></script>
<script type="text/javascript" src="src/components/weather/weather.component.js"></script>
<script type="text/javascript" src="src/components/clock/clock.component.js"></script>
<script type="text/javascript" src="src/components/statusbar/statusbar.component.js"></script>
<script type="text/javascript" src="src/common/module.js"></script>
</body>
</html>