-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.19 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Forgotton Adventures of Kroz</title>
<meta name="description" content="The Forgotton Adventures of Kroz">
<base href="%BASE_URL%" />
<link
rel="preload"
href="WebPlus_IBM_VGA_8x14.woff"
as="font"
crossorigin="anonymous"
/>
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<meta name="theme-color" content="#0000AA">
<link rel="stylesheet" href="src/style.css" />
</head>
<body>
<a href="https://github.com/Hypercubed/kroz" class="fork-me">
<img decoding="async" width="149" height="149" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_red_aa0000.png" class="attachment-full size-full" alt="Fork me on GitHub" loading="lazy">
</a>
<div id="app" class="sixteen-ten"></div>
<script type="module" src="src/main.ts"></script>
</body>
</html>