-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (45 loc) · 1.28 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-GB">
<head>
<meta charset="UTF-8" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/icon/apltouch-180.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/icon/favicon-32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/icon/favicon-16.png"
/>
<link rel="icon" sizes="any" href="/favicon.ico" />
<link rel="manifest" href="/manifest.webmanifest" />
<meta name="msapplication-TileColor" content="#e8ae7a" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--page-seo-->
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="2157138204434375" />
<meta name="twitter:site" content="@soetzcodes" />
<meta name="twitter:creator" content="@soetzcodes" />
<meta name="author" content="Simon Lecutiez" />
<style>
html {
background-color: black;
}
</style>
<link rel="stylesheet" href="https://use.typekit.net/oze1irg.css" />
<!--session-token-->
<!--preload-links-->
</head>
<body>
<div id="app" role="presentation"><!--app-html--></div>
<script type="module" src="/src/entry-client.ts"></script>
</body>
</html>