-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 1.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="shortcut icon" href="./public/images/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="./public/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./public/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./public/images/favicons/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="192x192" href="./public/images/favicons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="./public/images/favicons/android-chrome-512x512.png">
<link rel="stylesheet" href="./public/css/main.css" />
<title>Moon Forge</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<main></main>
<script type="module" src="./src/index.ts"></script>
</body>
</html>