-
Notifications
You must be signed in to change notification settings - Fork 9
/
404.html
47 lines (41 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>DAISY Knowledge Bases</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<script async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-327448-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-327448-3');
</script>
<!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->
<link type="text/css" rel="stylesheet" href="/css/kb.css" />
<style>
main {
margin-top: 3rem;
margin-left: 4rem;
}
.big404 {
font-size: 250%;
color: rgb(0,0,180);
}
</style>
</head>
<body>
<header>
<h1><img class="logo" src="/graphics/daisy_high.jpg" alt="DAISY Consortium"/> Knowledge Bases</h1>
</header>
<main>
<div class="big404">404</div>
<p>Hm, we couldn't find the page you were looking for.</p>
<p>Maybe it moved. Maybe you mistyped the address. Maybe you just imagined it existed... spooky!</p>
<p>Whatever the cause, you can try to find it again by going to one of the following DAISY knowledge bases:</p>
<ul>
<li id="pub"><a href="/publishing/">Accessible Publishing</a></li>
</ul>
</main>
</body>
</html>