-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
28 lines (28 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="site.css">
<link rel="stylesheet" type="text/css" href="normalize.css">
<title>404</title>
</head>
<body>
<header>
<a href="/index.html">Home</a>
<a href="/portfolio.html">Portfolio</a>
<a href="/contact.html">Contact</a>
</header>
<p>404, sorry there is nothing here.</p>
<button onclick="window.location.href = 'https://glitchgirl.github.io';">Go back?</button>
<footer id="footer">
</footer>
<li><a href="https://www.linkedin.com/in/morgan-smith-bb4258139/">linked in</a></li>
<li><a href="https://github.com/glitchgirl">github</a></li>
<li><a href="https://twitter.com/morganc_smith">twitter</a></li>
<li><a href="https://www.instagram.com/morganchasemakes/instagram"></a></li>
</ul>
<p class="depth">@ 2020 morgan chase</p>
</body>
</html>