-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
31 lines (29 loc) · 1.2 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
<!DOCTYPE html>
<html>
<head>
<title>FORUM EXPLORER</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="stylesheet" href="src/stylesheets/hn.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="manifest" href="pwa-manifest.json" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="application-name" content="FeX" />
<meta name="apple-mobile-web-app-title" content="FeX" />
<meta name="msapplication-starturl" content="https://www.mcnutt.in/forum-explorer/" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="apple-touch-icon" href="single-page-icon.png" />
</head>
<body ontouchstart="””">
<div id="app"></div>
<script src="app-bundle.js"></script>
<script
async
defer
data-website-id="224c129c-9ef6-40c4-a8eb-5782b5b82575"
src="https://tan-lytics.herokuapp.com/umami.js"
></script>
</body>
</html>