-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
63 lines (59 loc) · 1.78 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>Ryan Womack, Data Librarian - 404 Page not found </title>
<link rel="stylesheet" type="text/css" href="https://ryanwomack.com/css/fonts.css">
<link rel="stylesheet" type="text/css" href="https://ryanwomack.com/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="https://ryanwomack.com/css/styles.css">
<link rel="icon" href="https://ryanwomack.com/images/favicon-32x32.png">
<meta charset="UTF-8">
<meta name="author" content="Ryan Womack">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header class="page-header">
<div class="myname">
<h2><a href="https://ryanwomack.com/">Ryan Womack</a></h2>
</div>
<nav>
<ul class="navbar">
<li class="dropdown ">
<a href ="/blog/">
<span>Blog</span>
</a>
<div class=sub-menu>
<a class="" href="/tags/">All Tags</a>
</div>
</li>
<li class="">
<a href="/camgdp/">
<span>CAMGDP</span>
</a>
</li>
<li class="">
<a href="/contact/">
<span>Contact</span>
</a>
</li>
<li class="">
<a href="/data_topics/">
<span>Data Topics</span>
</a>
</li>
<li class="">
<a href="/personal/">
<span>Personal</span>
</a>
</li>
</ul>
</nav>
</header>
<div id="content">
<main>
<p>404: not found</p>
</main>
</div><footer>
<span></span>
</footer>
</body>
</html>