diff options
author | Case Duckworth | 2015-03-02 19:19:32 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-02 19:19:32 -0700 |
commit | 19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29 (patch) | |
tree | 17c45f66a90ef6cf7de7889dd42c4eac5fcc9fcc /riptide_memory.html | |
parent | Add test suite (diff) | |
download | autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip |
Change width of webpages; streamline template
Diffstat (limited to 'riptide_memory.html')
-rw-r--r-- | riptide_memory.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/riptide_memory.html b/riptide_memory.html index d1e3636..06fd2a8 100644 --- a/riptide_memory.html +++ b/riptide_memory.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Riptide of memory</h1> | 23 | <h1 class="title">Riptide of memory</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -34,18 +35,18 @@ | |||
34 | </section> | 35 | </section> |
35 | 36 | ||
36 | <nav> | 37 | <nav> |
37 | <a href="music-433.html"> | 38 | <a class="prevlink" href="music-433.html"> |
38 | <span class="prevlink">< <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p></span> | 39 | <p>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing</p> |
39 | </a> | 40 | </a> |
40 | <a href="i-think-its-you.html"> | 41 | <a class="prevlink" href="i-think-its-you.html"> |
41 | <span class="prevlink">< I think it’s you (but it’s not)</span> | 42 | I think it’s you (but it’s not) |
42 | </a> | 43 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge"> ◊ </a> |
44 | <a href="about-the-author.html"> | 45 | <a class="nextlink" href="about-the-author.html"> |
45 | <span class="nextlink">About the author ></span> | 46 | About the author |
46 | </a> | 47 | </a> |
47 | <a href="sixteenth-chapel.html"> | 48 | <a class="nextlink" href="sixteenth-chapel.html"> |
48 | <span class="nextlink">The Sixteenth Chapel ></span> | 49 | The Sixteenth Chapel |
49 | </a> | 50 | </a> |
50 | </nav> | 51 | </nav> |
51 | 52 | ||