diff options
author | Case Duckworth | 2015-03-03 11:51:04 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-03 11:51:04 -0700 |
commit | ea8f7c796cc669e99f171918bca50eaf71f4533b (patch) | |
tree | 5f53d35e82aa9ff19a3178af9313fab780ab3b21 /table_contents.html | |
parent | Add to TODO.txt (diff) | |
download | autocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.tar.gz autocento-ea8f7c796cc669e99f171918bca50eaf71f4533b.zip |
Add genre, project js to template; add Georgia to css
Diffstat (limited to 'table_contents.html')
-rw-r--r-- | table_contents.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/table_contents.html b/table_contents.html index 7272c11..560a01a 100644 --- a/table_contents.html +++ b/table_contents.html | |||
@@ -10,12 +10,14 @@ | |||
10 | <title>Table of contents | Autocento of the breakfast table</title> | 10 | <title>Table of contents | Autocento of the breakfast table</title> |
11 | 11 | ||
12 | <link rel="stylesheet" type="text/css" href="./css/common.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/common.css"> |
13 | <script src="./js/lozenge.js"> </script> | ||
13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> | 14 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
15 | <script src="./js/verse.js"> </script> | ||
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | 16 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> |
17 | <script src="./js/stark.js"> </script> | ||
15 | <!--[if lt IE 9]> | 18 | <!--[if lt IE 9]> |
16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 19 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
17 | <![endif]--> | 20 | <![endif]--> |
18 | <script src="./js/lozenge.js"> </script> | ||
19 | <!-- <script src="js/external.js"> </script> --> | 21 | <!-- <script src="js/external.js"> </script> --> |
20 | </head> | 22 | </head> |
21 | <body> | 23 | <body> |
@@ -27,7 +29,11 @@ | |||
27 | 29 | ||
28 | 30 | ||
29 | 31 | ||
30 | </header> | 32 | <!-- epigraph --> |
33 | <div class="epigraph"> | ||
34 | <a href="http://www.npr.org/blogs/13.7/2013/11/05/243081116/dark-matter-eludes-capture-science-and-the-unseen">We are awash in the unseen and science has made us aware of the flood.</a> | ||
35 | </div> | ||
36 | </header> | ||
31 | 37 | ||
32 | <section class="thing verse"> | 38 | <section class="thing verse"> |
33 | <table> | 39 | <table> |