-
Notifications
You must be signed in to change notification settings - Fork 6
/
404.html
31 lines (29 loc) · 1.68 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - Not Found</title>
<link id="theme-style" rel="stylesheet" href="/style.css">
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
</head>
<body>
<br><br><br><br>
<div class="container">
<div class="container" style="margin-bottom: 0;">
<h1 style="font-size: 250px; font-family: Pixel Sans; margin-right: 20px; margin-top: -40px;">4</h1>
<img src="/img/confused.png" alt="favicon-confused" style="height: 250px; display: flex;">
<h1 style="font-size: 250px; font-family: Pixel Sans; margin-left: 20px; margin-top: -40px;">4</h1>
</div><br><br>
</div>
<div class="container">
<div><h1 class="big" style="margin-right: 0px; margin-top: -125px">Uh oh!</h1><br>
<p align="center" style="margin-left: 0px;">Looks like something went wrong when displaying the page.<br>This could be because a file got corrupted, servers are down,<br>or this page got deleted.<br>Try again later!</p>
<a href="/index.html"><button class="nav-button">Home 🏡</button></a>
</div>
</div><br>
<script src="/theme-toggle.js"></script>
<a class="copyrighted-badge" title="Copyrighted.com Registered & Protected" target="_blank" href="https://app.copyrighted.com/work/GVUuNRcaQUAzCt3T"><img alt="Copyrighted.com Registered & Protected" border="0" width="125" height="75" srcset="https://static.copyrighted.com/badges/125x75/06_2x.png 2x" src="https://static.copyrighted.com/badges/125x75/06.png"></a><script src="https://static.copyrighted.com/badges/helper.js"></script>
</div>
</body>
</html>