-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
30 lines (29 loc) · 1.35 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" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="robots" content="noindex"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://kit.fontawesome.com/687703d46a.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="assets/styles/404.css">
<title>James Mason | Page not found</title>
</head>
<body>
<main>
<h1>404</h1>
<p>Oh, oh!</p>
<p><strong>Page not found</strong></p>
<p>The file you are looking for doesn't exist</p>
<p id="contact">Let me know how you got here if you did not mean to be</p>
<ul>
<li><a href="https://github.com/NarwhalHorns" title="Github"><i class="fab fa-lg fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/james-mason-b93173134/" title="LinkedIn"><i class="fab fa-lg fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/jamjarmason" title="Twitter"><i class="fab fa-lg fa-twitter"></i></a></li>
<li><a href="mailto:james@jamesmason.dev" title="Email"><i class="far fa-lg fa-envelope"></i></a></li>
</ul><p id="home"><a href="/" title="Home">This will take you back home</a></p>
</main>
<footer>
<p>James Mason © 2022</p>
</footer>
</body>
</html>