-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (58 loc) · 1.79 KB
/
index.html
File metadata and controls
58 lines (58 loc) · 1.79 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Use minimum-scale=1 to enable GPU rasterization -->
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=0, maximum-scale=1, minimum-scale=1"
/>
<title>CivMC Map</title>
<meta name="Description" content="Interactive map of CivMC" />
<meta property="og:type" content="object" />
<meta property="og:url" content="https://map.civinfo.net/" />
<meta property="og:site_name" content="CivMC Map" />
<meta property="og:title" content="CivMC Map" />
<meta property="og:description" content="Interactive map of CivMC" />
<meta property="og:image" content="/icon.png" />
<link rel="shortcut icon" href="/icon.png" type="image/png" />
<link
rel="preload"
as="image"
href="https://civmc-map.duckdns.org/tiles/terrain/z-5/0,0.png"
/>
<link
rel="preload"
as="image"
href="https://civmc-map.duckdns.org/tiles/terrain/z-5/0,-1.png"
/>
<link
rel="preload"
as="image"
href="https://civmc-map.duckdns.org/tiles/terrain/z-5/-1,0.png"
/>
<link
rel="preload"
as="image"
href="https://civmc-map.duckdns.org/tiles/terrain/z-5/-1,-1.png"
/>
<script type="module" crossorigin src="/assets/index-BwTfPgro.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-Cbybz7VU.css">
</head>
<body style="margin: 0; background-color: black; color: white">
<div id="root">
<div
style="
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
"
>
Loading ...
</div>
</div>
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade"/></noscript>
</body>
</html>