-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
29 lines (23 loc) · 893 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
<!DOCTYPE html>
<html>
<head>
<title>Mira The Cat - 404</title>
<link rel="icon" href="/images/pfp.png">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<div class="navigation-bar">
<img class="icon" src="/images/pfp.png">
<a href="/index.html" class="top bordered">Home</a>
<a href="/about.html" class="top bordered">About</a>
<a href="/projects.html" class="top bordered">Projects</a>
<a href="/games.html" class="top bordered">Games</a>
</div>
<h2>404 Page Not Found!</h2>
<p>
Seems like we couldn't find the page you were looking for...
<br>Please check if the link is correct or click on one of the tabs in the navigation bar
<br>to find the page you were trying to go to!
</p>
</body>
</html>