-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
38 lines (37 loc) · 1.07 KB
/
index.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
<!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>
nav {
margin-top: 3rem;
margin-left: 4rem;
}
li {
font-size: 1.8rem;
}
</style>
</head>
<body>
<header>
<h1><img class="logo" src="graphics/daisy_high.jpg" alt="DAISY Consortium"/> Knowledge Bases</h1>
</header>
<nav role="doc-toc" id="toc">
<p>The following knowledge bases are available from this site:</p>
<ul>
<li id="pub"><a href="publishing/">Accessible Publishing</a></li>
</ul>
</nav>
</body>
</html>