summaryrefslogtreecommitdiff
path: root/404.html
blob: 613cb51fa232e9b00b8d5fe94af236bbfaff8fb4 (plain) (blame)
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>
	<title>j-james | 404</title>
	<meta charset="utf-8"/>
	<meta http-equiv="refresh" content="0; URL=https://www.youtube.com/watch?v=dQw4w9WgXcQ"/>
	<link rel="canonical" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"/>
	<link rel="icon" type="image/jpg" href="https://j-james.me/assets/compass.jpg"/>
	<link rel="stylesheet" href="https://j-james.me/css/normalize.css"/>
	<link rel="stylesheet" href="https://j-james.me/css/style.css"/>
</head>
<body>
	<header>
		<h1>
			<a href="https://j-james.me">j-james</a>
		</h1>
		<nav>
			<a href="https://j-james.me/about">about</a>
			<a href="https://j-james.me/resume">resume</a>
			<a href="https://j-james.me/links">links</a>
			<a href="https://j-james.me/bookshelf">bookshelf</a>
		</nav>
	</header>
	<br>
	<h2 style="margin: 20px;">404</h2>
	<span>Page not found</span>
</body>
</html>