-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
32 lines (25 loc) · 1016 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Data Curator Help Broken Link</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://kit.fontawesome.com/a90f24c9f6.js"></script>
</head>
<body>
<div class="header">
<h1> <a href="index.html"><img src="img/data-curator.svg" style="height:32px;"></a> Data Curator Help</h1>
<div style="clear: both"></div>
</div>
<article>
<h2>Whoops!</h2>
<p>This is not the page not you're looking for! <a href="index.html">Go back to Data Curator Help</a>.</p>
</article>
<div class="footer">
<p class="footer-left"> <a href="index.html"><img src="img/data-curator.svg" style="height:16px;"></a> <a href="index.html">Data Curator Help</a></p>
<p class="footer-right">
<i class="fa fa-pencil"></i> <a href="https://github.com/qcif/data-curator-help" target="_blank">improve this page</a>
</p>
<div style="clear: both"></div>
</div>
</body>
</html>