-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
28 lines (28 loc) · 1.42 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Prelude</title>
<link rel="stylesheet" href="css/app.css">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="icon" type="image/png" href="img/icon-16.png" sizes="16x16">
<link rel="icon" type="image/png" href="img/icon-32.png" sizes="32x32">
<link rel="icon" type="image/png" href="img/icon-144.png" sizes="144x144">
<link rel="icon" type="image/svg+xml" href="img/icon.svg" sizes="any">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#009AAD">
<meta name="msapplication-navbutton-color" content="#009AAD">
</head>
<body>
<div id="container">
<!-- App skeleton during page load -->
<div style="background:#0097A7; height:64px; width:100%; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;"></div>
<div style="padding:10px">
<div style="background:white; height:88px; max-width:600px; border-radius:2px; margin:0 auto 10px; box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px, rgba(0, 0, 0, 0.12) 0px 1px 4px;"></div>
</div>
</div>
<script data-goatcounter="https://getprelude.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
</body>
</html>