-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·27 lines (25 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<title>SEAU</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="res/styles.css">
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="icons/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div id="bucketList"></div>
<script src="settings.js"></script>
<script src="res/script.js"></script>
<script src="bucketList.js"></script>
<div id="footer">
<p>Shamelessly inspired by <a href="https://neal.fun/life-checklist/" target="_blank">Neal Agrawal's Life Checklist</a>
<br />and hosted on a very overkill 16 nodes cluster in my basement.<p>
<p><a href="https://morveus.com" target="_blank">Home</a> - <a href="https://github.com/Morveus/seau" target="_blank">Fork me on Github</a></p>
</div>
</body>
</html>