-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
15 lines (15 loc) · 853 Bytes
/
404.html
File metadata and controls
15 lines (15 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en" style="height:100%;overflow:hidden;">
<head>
<title>404 | Wilderzone Live</title>
<meta charset="UTF-8">
<meta name="author" content="Gigabyte5671">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#FFFFFF">
</head>
<body style="display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin:unset;">
<img src="/assets/images/shazbot.webp" draggable="false" width="300px" style="display:block;border-radius:4px;">
<p style="color:black;text-align:center;font-family:Segoe UI,sans-serif;font-size:20px;">404 - Page not found</p>
<a href="https://wilderzone.live/" style="display:block;color:black;text-align:center;font-family:Segoe UI,sans-serif;">(click here to return)</a>
</body>
</html>