-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
32 lines (32 loc) · 1.09 KB
/
404.html
File metadata and controls
32 lines (32 loc) · 1.09 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewpoint" content="width=device-width, initial-scale=1.0">
<title>Semper Modding</title>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/web/css/content.css">
<script type="module" src="/web/js/elements.js"></script>
</head>
<body>
<div class="taskbar">
<a href="/">
<img src="/resources/main/home.png">
</a>
<a href="javascript:history.back()">
<img src="/resources/main/back.png">
</a>
<p>404: Page not found!</p>
</div>
<header>
<img src="/resources/main/logo.png">
<h>Semper Modding</h>
</header>
<main>
<info-box title="404: Page not found!">
<p style="color: rgb(200, 200, 200);">It looks like you were trying to access a site that does not exist. Click below to return back to the main Page.</p>
</info-box>
<mod-entry title="Home" desc="Home Page" src="/resources/main/logo.png" website="/"></mod-entry>
</main>
</body>
</html>