-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
38 lines (34 loc) · 1.38 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
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="/css/justinpecott.css" />
<link rel="stylesheet" href="/css/justinpecott-home.css" />
<title>Justin Pecott</title>
<meta name="title" content="Justin Pecott" />
<meta name="description" content="Justin Pecott" />
<meta name="author" content="Justin Pecott" />
<link rel="canonical" href="https://justin.pecott.net/" />
<link rel="me" href="https://github.com/justinpecott" />
<link rel="me" href="https://www.strava.com/athletes/justinpecott" />
<link rel="me" href="https://twitter.com/justinpecott" />
<link rel="me" href="https://www.linkedin.com/in/justinpecott" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicon-180x180.png" />
<link rel="icon" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" sizes="32x32" href="/favicon-32x32.png" />
<link rel="mask-icon" color="#93dfa4" href="/favicon.svg" />
<meta http-equiv="refresh" content="5; url = https://justin.pecott.net" />
</head>
<body>
<main>
<section class="hero"></section>
<section class="content">
<h1>Oooops!!</h1>
<div>
<p>Not sure what you're looking for but it isn't here!</p>
</div>
</section>
</main>
</body>
</html>