diff options
author | Case Duckworth | 2015-04-14 19:19:09 -0700 |
---|---|---|
committer | Case Duckworth | 2015-04-14 19:19:09 -0700 |
commit | ce27048da12142eac45916fc0c719bb65da150f5 (patch) | |
tree | 3e4af8619e1c76b5069fe33da8f9e1810edc5a40 /index.html | |
parent | Fix first-line.html ugliness (diff) | |
download | autocento-ce27048da12142eac45916fc0c719bb65da150f5.tar.gz autocento-ce27048da12142eac45916fc0c719bb65da150f5.zip |
Revise index.html to reflect new appendices
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/index.html b/index.html index 4dbde71..9ec3c35 100644 --- a/index.html +++ b/index.html | |||
@@ -36,20 +36,29 @@ | |||
36 | </h2> | 36 | </h2> |
37 | <h3 class="anchors"> | 37 | <h3 class="anchors"> |
38 | <a href="toc.html" title="Table of Contents">φ</a> | 38 | <a href="toc.html" title="Table of Contents">φ</a> |
39 | <a href="#">◊</a> | 39 | <a href="https://github.com/duckwork/autocento">◊</a> |
40 | <a href="#" id="randomizelink">ξ</a> | 40 | <a href="#" id="randomizelink">ξ</a> |
41 | </h3> | 41 | </h3> |
42 | </header> | 42 | </header> |
43 | <section class="content"> | 43 | <section class="content"> |
44 | <ul> | 44 | <ul> |
45 | <li>Index of | ||
46 | <a href="first-lines.html">first lines</a> and | ||
47 | <a href="common-titles.html">common titles</a>. | ||
48 | </li> | ||
49 | <li>Index of | ||
50 | <a href="hapax.html">hapax legomena</a>. | ||
51 | </li> | ||
52 | <li><a href="about.html">About this project</a>.</li> | 45 | <li><a href="about.html">About this project</a>.</li> |
46 | <li>Appendices of | ||
47 | <ul class="commaed"> | ||
48 | <li> | ||
49 | <a href="common-titles.html">Common titles</a> | ||
50 | </li> | ||
51 | <li> | ||
52 | <a href="first-lines.html">First lines</a> | ||
53 | </li> | ||
54 | <li> | ||
55 | <a href="hapax.html">Hapax legomena</a> | ||
56 | </li> | ||
57 | <li> | ||
58 | <a href="islands.html">Islands</a> | ||
59 | </li> | ||
60 | </ul> | ||
61 | </li> | ||
53 | </ul> | 62 | </ul> |
54 | </section> | 63 | </section> |
55 | </article> | 64 | </article> |