-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 814 Bytes
/
index.html
File metadata and controls
31 lines (31 loc) · 814 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Honor Harrington Stories</title>
<script type='text/javascript' src='js/raphael.js'></script>
</head>
<table id='data'>
<thead>
<tr>
<!--Book-->
<th>On Basalisk Station</th>
<th>The Honor of the Queen</th>
</tr>
</thead>
<tbody>
<tr>
<!--Start Date PD (Post Diaspora)-->
<td>1900</td>
<td>1902</td>
</tr>
<tr>
<!--End Date-->
<td>1901</td>
<td>1903</td>
</tr>
</tbody>
</table>
<body>
</body>
</html>