-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
19 lines (19 loc) · 696 Bytes
/
404.html
File metadata and controls
19 lines (19 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Aaron Yeiser Projects</title>
<link rel="stylesheet" type="text/css" href="/projects/css/style.css">
</head>
<body>
<ul>
<li><a href="/projects/index.html">Home</a></li>
<li><a target="_blank" href="/projects/assets/resume.pdf">Resume</a></li>
<li><a href="/projects/pages/about.html">About Me</a></li>
<li><a target="_blank" href="https://github.com/ay2718">Github</a></li>
<li><a href="/projects/pages/publications.html">Publications</a></li>
<li><a href="/projects/pages/contact.html">Contact</a></li>
</ul>
<h1>404: Page Not Found</h1>
</body>
</html>