-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
112 lines (99 loc) · 5.27 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
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!--
- ▪ ·▄▄▄▄• ▄▄▄· ▐ ▄ ▄▄▄· ▄▄ • ▪ ▄▄· ▄▄▄ ▄▄▄· ·▄▄▄▄▄▄▄▄
- ██ ▪▀·.█▌▐█ ▀█ •█▌▐█▐█ ▀█ ▐█ ▀ ▪██ ▐█ ▌▪▀▄ █·▐█ ▀█ ▐▄▄·•██
- ▐█·▄█▀▀▀•▄█▀▀█ ▐█▐▐▌▄█▀▀█ ▄█ ▀█▄▐█·██ ▄▄▐▀▀▄ ▄█▀▀█ ██▪ ▐█.▪
- ▐█▌█▌▪▄█▀▐█ ▪▐▌██▐█▌▐█ ▪▐▌▐█▄▪▐█▐█▌▐███▌▐█•█▌▐█ ▪▐▌██▌. ▐█▌·
- ▀▀▀·▀▀▀ • ▀ ▀ ▀▀ █▪ ▀ ▀ ·▀▀▀▀ ▀▀▀·▀▀▀ .▀ ▀ ▀ ▀ ▀▀▀ ▀▀▀
-
-
- @@@@@
- @@* *@@
- @@@ @@@
- @@@ @@ @@@ @@@@@@@@@@@
- @@@@@@@@ @@@@@@@@@@@@@@@@@@@@@
- @@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@
- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
- #@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
- #@@@ @@ @@ @@@@ @@@@
- @@@@ @@@ @@@@ @@@@ @@@
- @@@@@@ @@@@@@ @@
- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@
- @@@@@@@@@@@@@@@@@@@@@@@@@@@
- @@@@@@@@@@@@@@@@@@@@@@@
- @@@@@@@@@@@@@@@@@@@
- @@@@@@@@@@@
-
- Copyright (c) 2023 - present | sanguine6660 <sanguine6660@gmail.com>
- Copyright (c) 2023 - present | izanagicraft.com <contact@izanagicraft.com>
- Copyright (c) 2023 - present | izanagicraft.com team and contributors
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>𝑰𝒛𝒂𝒏𝒂𝒈𝒊𝑪𝒓𝒂𝒇𝒕 🌐 | Loading...</title>
<meta name="apple-mobile-web-app-title" content="𝑰𝒛𝒂𝒏𝒂𝒈𝒊𝑪𝒓𝒂𝒇𝒕 Dashboard" />
<meta property="og:title" content="𝑰𝒛𝒂𝒏𝒂𝒈𝒊𝑪𝒓𝒂𝒇𝒕 Dashboard" />
<meta
property="og:description"
content="𝑰𝒛𝒂𝒏𝒂𝒈𝒊𝑪𝒓𝒂𝒇𝒕 Dashboard - Provides access to Player and Server data as well as Server Management. | Immerse in IzanagiCraft, a unique Minecraft MMORPG set in medieval Japan. Experience epic adventures as a Samurai/Ninja."
/>
<meta
name="description"
content="𝑰𝒛𝒂𝒏𝒂𝒈𝒊𝑪𝒓𝒂𝒇𝒕 Dashboard - Provides access to Player and Server data as well as Server Management. | Immerse in IzanagiCraft, a unique Minecraft MMORPG set in medieval Japan. Experience epic adventures as a Samurai/Ninja."
/>
<meta property="og:site_name" content="dashboard.izanagicraft.com" />
<meta name="application-name" content="dashboard.izanagicraft.com" />
<meta property="og:locale" content="en" />
<meta name="language" content="english" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="theme-color" content="#8b0000" />
<meta name="msapplication-TileColor" content="#8b0000" />
<meta name="apple-mobile-web-app-status-bar-style" content="#8b0000" />
<meta property="og:image" content="/logo.png" />
<meta property="og:url" content="https://dashboard.izanagicraft.com/" />
<link rel="canonical" href="https://dashboard.izanagicraft.com/" />
<meta name="keyword" content="minecraft, minecraft network, community, discord, spiel, spaß, mmo, mmorpg, network, minecraft community" />
<meta name="revisit-after" content="30 days" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="sanguine6660" />
<link rel="manifest" href="/manifest.json" />
<script src="/registerSW.js"></script>
</head>
<body class="min-h-screen w-screen select-none overflow-x-hidden bg-black text-gray-300">
<noscript>
<style>
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
width: 100vw;
background: black;
color: silver;
overflow: hidden;
}
p {
font-size: 30px;
text-align: center;
}
</style>
<p>Please enable Javascript in your browser</p>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>