-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (21 loc) · 878 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon-180x180.png">
<!-- Für Browser -->
<link rel="shortcut icon" type="image/x-icon" href="/favicons/favicon-32x32.ico">
<link rel="icon" type="image/png" sizes="96x96" href="/favicons/favicon-96x96.png">
<!-- Für Windows Metro -->
<meta name="msapplication-square310x310logo" content="/favicons/mstile-310x310.png">
<meta name="msapplication-TileColor" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="VLAND brings fast paste gameplay on tactical maps.">
<title>VLAND</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>