diff options
Diffstat (limited to 'shipwright.html')
-rw-r--r-- | shipwright.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/shipwright.html b/shipwright.html index 73382fe..8dd51cf 100644 --- a/shipwright.html +++ b/shipwright.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">The shipwright</h1> | 23 | <h1 class="title">The shipwright</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -29,12 +30,12 @@ | |||
29 | </section> | 30 | </section> |
30 | 31 | ||
31 | <nav> | 32 | <nav> |
32 | <a href="serengeti.html"> | 33 | <a class="prevlink" href="serengeti.html"> |
33 | <span class="prevlink">< Serengeti</span> | 34 | Serengeti |
34 | </a> | 35 | </a> |
35 | <a href="#" id="lozenge"> ◊ </a> | 36 | <a href="#" id="lozenge"> ◊ </a> |
36 | <a href="spittle.html"> | 37 | <a class="nextlink" href="spittle.html"> |
37 | <span class="nextlink">Spittle ></span> | 38 | Spittle |
38 | </a> | 39 | </a> |
39 | </nav> | 40 | </nav> |
40 | 41 | ||