-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
30 lines (25 loc) · 1.09 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
<!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>
<h1 class="error">err_404</h1><br><br><br><br>
<div class="container">
<img src="/img/confused.png" alt="favicon-confused" style="height: 400px; display: block;">
<div><h1 class="big" style="margin-right: 446px;">Uh oh!</h1><br>
<p align="left" style="margin-left: 4px;">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 isn't ready or fully developed. Try again later!</p>
<a href="/index.html"><button class="nav-button">Home 🏡</button></a>
</div>
</div>
<br><br><br><br><br><br><br><br><br><br><br>
<p class="copyright">© 2024 Classboard Industries. All rights reserved.</p>
<script src="/theme-switcher-2.js"></script>
</div>
</body>
</html>