-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 934 Bytes
/
index.html
File metadata and controls
25 lines (25 loc) · 934 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VoidDustry</title>
<meta name="color-scheme" content="dark">
<meta name="darkreader-lock">
<meta name="title" content="VoidDustry">
<meta property="og:title" content="VoidDustry">
<meta property="og:type" content="website">
<meta property="og:url" content="https://voiddustry.ddns.net">
<meta name="keywords" content="Mindustry,Voiddustry">
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<meta name="theme-color" content="#8353d9">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>