-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 948 Bytes
/
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
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="fonts.css" />
<link rel="stylesheet" href="style.css" />
<script src="libs/chart.js"></script>
<script src="libs/chart-annotation.js"></script>
<title></title>
</head>
<body>
<div id="upper-left"></div>
<div id="lower-left"></div>
<div id="center"></div>
<div id="upper-right"></div>
<div id="lower-right"></div>
</body>
<script src="libs/luxon.js"></script>
<script src="lib/common.js"></script>
<script src="lib/parser.js"></script>
<script src="lib/taskUtils.js"></script>
<script src="lib/quoteUtils.js"></script>
<script src="lib/weatherUtils.js"></script>
<script src="lib/timezoneUtils.js"></script>
<script src="lib/backgroundUtils.js"></script>
<script src="lib/linkUtils.js"></script>
<script src="timezones.js"></script>
<script src="backgrounds.js"></script>
<script src="local_main.js"></script>
</html>