-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
45 lines (35 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Probably Matt's Erorr 🐝</title>
<meta name="description" content="404">
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<!--copy here -->
<div class="pagesthing">
<a href="index.html">main page </a> <!--a fancy space-->
<a href="projects.html">projects</a> <!--a fancy space-->
<a href="blender.html">blender things</a> <!--a fancy space-->
<a href="books.html">book tracker [ended]</a> <!--a fancy space-->
<br>
</div>
<!--paste there-->
<div class="borderthings">
<div class="intropart">
<div class="titlething">
<a href="index.html">
<h1>oops a 404</h1>
<div class="intropart" >
<p>
uhh page not found sorry
</p>
</div>
</a>
</div>
</div>
</div>
<br>
</body>
</html>