-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
37 lines (27 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 | typewriter1.github.io</title>
<link href="https://fonts.googleapis.com/css?family=Exo+2" rel="stylesheet">
<link rel="stylesheet" href="css/contentstyles.css">
<link rel="shortcut icon" type="image/png" href="images/favicon.png"/>
<link rel="shortcut icon" type="image/png" href="https://typewriter1.github.io/images/favicon.png"/>
<link rel="icon" type="image/png" href="images/favicon.png"/>
<link rel="icon" type="image/png" href="https://typewriter1.github.io/images/favicon.png"/>
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="projects.html">Projects</a></li>
</ul>
</nav>
<h1>404 Error: This Page Does Not Exist</h1>
<div class="content">
<h2>This is probably <strong>not</strong> the page you were looking for. How about trying the
<a href="https://typewriter1.github.io/">homepage</a>?</h2>
</div>
</body>
</html>