-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
84 lines (47 loc) · 1.93 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html>
<head>
<title>404 Page not found - Getting Started with ODATE</title>
<link rel="stylesheet" href="https://o-date.github.io/support/css/crab.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=3.0">
<meta name="generator" content="Hugo 0.40.3" />
</head>
<body>
<div id="container">
<div id="header">
<div id="site-logo">
<img src="https://o-date.github.io/support/img/odate.png" width = "100px">
</div>
<div id="site-title"><a href="https://o-date.github.io/support/">Getting Started with ODATE</a></div>
<div id="site-slogan">Graham, Gupta, Smith, Angourakis, Carter, & Compton</div>
</div>
<nav>
<ul class="first">
<li><a href="/support/">Home</a>
</li>
<li><a href="/support/classroom/">Classroom Use</a>
</li>
<li><a href="/support/contribute/">Collaborate with Us</a>
</li>
<li><a href="/support/annotation/">Annotation</a>
</li>
<li><a href="/support/jupyter/">Jupyter Notebooks</a>
</li>
<li><a href="/support/dhbox/">DHBox</a>
</li>
<li><a href="/support/contact/">Contact</a>
</li>
</ul>
</nav>
<div id="content">
<div id="article">
<h1>404 Page not found</h1>
Page not found.
</div>
</div>
<div id="footer">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</div>
</div>
</body>
</html>