forked from andyaiken/forgesteel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (33 loc) · 1.51 KB
/
index.html
File metadata and controls
39 lines (33 loc) · 1.51 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/src/assets/shield.png" />
<link rel="apple-touch-icon" href="/src/assets/shield.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="robots" content="noarchive" />
<meta name="clacks-overhead" content="GNU Terry Pratchett" />
<meta property="description" content="Heroes, monsters, encounters ... everything you need for Draw Steel." />
<meta property="og:description" content="Heroes, monsters, encounters ... everything you need for Draw Steel." />
<meta property="og:title" content="Forge Steel" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/src/assets/shield.png" />
<meta property="og:url" content="https://andyaiken.github.io/forgesteel/" />
<meta http-equiv="Cache-Control" content="no-store, no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- PWA Manifest -->
<link rel="manifest" href="/forgesteel/manifest.json" />
<!-- PWA Meta Tags -->
<meta name="theme-color" content="#1890ff" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="Forge Steel" />
<title>Forge Steel</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>