-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
35 lines (30 loc) · 978 Bytes
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dawn Team - Unknown page</title>
<link rel="stylesheet" href="/styles/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- <link rel="icon" href="favicon.ico" type="image/x-icon"> -->
<meta charset="UTF-8">
</head>
<body>
<header>
<a href="/"><i class="fa fa-fw fa-home"></i></a>
<a>Mods</a>
<div>
<a class="promenade" href="/promenade">Promenade</a>
<a class="culinaire" href="/culinaire">Culinaire</a>
<a class="artisanat" href="/artisanat">Artisanat</a>
<a class="universal_ores" href="/universal_ores">Universal Ores</a>
<a class="mubble" href="/mubble">Mubble</a>
</div>
<a href="https://discord.gg/8ksTVJu">Discord</a>
</header>
<div id="content" class="dawn">
<div class="center">
<h1>Page not found.</h1>
<a href="/" class="whiteBox button">Return to home</a>
</div>
</div>
</body>
</html>