-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 789 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Book Dash</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="screen.css" />
</head>
<body>
<div id="wrapper">
<div class="logo">
<img src="logo.png" alt="Book Dash" />
</div><!--.logo-->
<p>This page is just a Book Dash sign post. Would you like to see:</p>
<ul>
<li><a href="http://bookdash.org">the Book Dash website</a>,</li>
<li><a href="http://bookdash.github.io/bookdash-books">Book Dash books' HTML</a>, or</li>
<li><a href="http://github.com/bookdash">the Book Dash GitHub repo</a>?</li>
</ul>
</div><!--#wrapper-->
</body>
</html>