-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
28 lines (26 loc) · 1.1 KB
/
404.html
File metadata and controls
28 lines (26 loc) · 1.1 KB
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 name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="description" content="Personal Website">
<meta name="keywords" content="Physics,James Shirk">
<meta name="author" content="James Shirk">
<link rel="stylesheet" href="styles.css">
<title>James Shirk - Contact</title>
</head>
<body>
<div class="sidenav">
<div class="logo"><a href="/"><img src="logouppercase.png" alt="James Shirk"></a></div>
<a href="/"><button class="buttona">Home</button></a>
<a href="resume"><button class="buttonb">Résumé</button></a>
<a href="cv"><button class="buttonc">CV</button></a>
<a href="contact"><button class="buttond">Contact</button></a>
</div>
<div class="pageNotFound">
<h1 style="text-align:center">Sorry, that page can't be found!</h4>
<h2 style="text-align:center">Either go to one of the pages on the sidebar or click the link below to return home</h2>
<h3 style="text-align:center"><a href="index">Home</a></h1>
</div>
</body>
</html>