summaryrefslogtreecommitdiff
path: root/404.html
blob: 4757c8f7d095534a49ee44fd23cd0131dffd57fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
	<head>
		<title>404 Page Not Found</title>
		<link href="CSS/main.css" rel="stylesheet" type="text/css">
		<link href="favicon.ico" rel="icon" sizes="any">
	</head>
	<body>
		<ul class="topBar">
			<li class="topLink"><a href="https://jacobmcdonnell.com/">home</a></li>
			<li class="topLink"><a href="https://github.com/JacobMcDonnell">github</a></li>
			<li class="topLink"><a href="https://jacobmcdonnell.com/#projects">projects</a></li>
			<li class="topLink"><a href="https://jacobmcdonnell.com/#about">about</a></li>
		</ul>
		<div class="main">
			<center>
				<h1>404 Page Not Found</h1>
				<p>Maybe you want to go to one of the pages in nav bar instead.</p>
			</center>
		</div>
	</body>
</html>