-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (38 loc) · 1.56 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
40
41
42
43
44
45
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Curated collection of progressive web apps, indie web stuff, and links.">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>P-Dub Space</title>
<link rel="manifest" href="manifest.json">
<meta name="msapplication-config" content="browserconfig.xml"/>
<link rel="stylesheet" href="assets/style.css" type="text/css">
<meta name="msapplication-TileColor" content="#006E54">
<meta name="theme-color" content="#006E54">
</head>
<body>
<!-- <ul id="menu" class="panel"></ul>
<div id="mainViewWrapper" class="panel">
<ul id="mainView"></ul>
</div>
<div id="aboutView" class="panel center">
<p>© 2018 David Millar</p>
<h3>Thanks and gratitude to:</h3>
<ul>
</ul>
</div> -->
<noscript>
This thingy requires JavaScript. ://////
</noscript>
<footer>
<button id="menuBtn">Space</button>
<h1>P-Dub Space</h1>
<button id="shareBtn">Share</button>
</footer>
<script type="text/javascript" src="assets/app.js"></script>
<script type="text/javascript" src="assets/service-worker-handler.js" defer></script>
</body>
</html>