-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
46 lines (37 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en" class="darkmode" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>Emotecraft Wiki</title>
<link rel="icon" href="/assets/icon.webp">
<link rel="apple-touch-icon" href="/assets/icon.webp">
<link rel="stylesheet" href="/styles/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Emotecraft Wiki">
<meta property="og:description" content="The home of the official Emotecraft wiki.">
<meta property="og:image" content="/assets/icon.webp">
<meta property="og:type" content="website">
<meta property="og:url" content="https://emotecraft.kosmx.dev/">
<meta property="og:locale" content="en">
<meta name="description" content="The home of the official Emotecraft wiki.">
<meta name="keywords" content="Emotecraft, Emote, Emotes, Wiki, Minecraft, MC, Mod, Mods, Forge, ForgeMC, Fabric, FabricMC, Quilt, QuiltMC">
<meta name="robots" content="index, follow">
<link rel="license" href="https://github.com/Kale-Ko/Emotecraft-Wiki/blob/master/LICENSE">
</head>
<body>
<nav id="navbar">
<div id="sidebar"></div>
<div id="settings">
<select id="settings-language" title="Language"></select>
<button id="settings-theme" title="Theme">
<img class="lightmode hidden" src="/assets/lightmode.webp" width="24" height="24" alt="Lightmode">
<img class="darkmode" src="/assets/darkmode.webp" width="24" height="24" alt="Darkmode">
</button>
</div>
</nav>
<main id="main"></main>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dompurify/dist/purify.min.js"></script>
<script src="/scripts/main.js"></script>
</body>
</html>