-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (22 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/icon-192.png" />
<meta name="msapplication-TileColor" content="#393e41" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:creator" content="@stormwarning" />
<meta name="twitter:image:src" content="https://planeside.netlify.app/icon.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://planeside.netlify.app/" />
<meta property="og:image" content="https://planeside.netlify.app/share.8812d237.jpg" />
</head>
<body class="bg-grey-900 text-white font-sans">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>