-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
25 lines (25 loc) · 1.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Thomas Lovett</title>
<meta name="author" content="Thomas Lovett">
<meta name="description" content="Thomas Lovett's personal website">
<link rel="icon" href="https://secure.gravatar.com/avatar/70466ddf0ea1d84dfc6edb7351b0b3bc?size=16">
<link href="https://fonts.googleapis.com/css?family=Lora|Lato:400i" rel="stylesheet">
<link href='css/style.css' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="content">
<div class="sidebar">
<a href="/"><img src="https://secure.gravatar.com/avatar/70466ddf0ea1d84dfc6edb7351b0b3bc?size=200"></a>
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
<a href="https://www.linkedin.com/in/tklovett" target="_blank">LinkedIn</a>
<a href="https://www.tklovett.org/assets/Thomas Lovett - Resume - 2022-02-17.pdf" target="_blank">Resume</a>
<a href="https://github.com/tklovett" target="_blank">GitHub</a>
</div>
<h1>404'd!!</h1>
<p class="byline">There's no content here. What were you looking for?</p>
</div>
</body>
</html>