diff options
Diffstat (limited to 'hymnal.html')
-rw-r--r-- | hymnal.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/hymnal.html b/hymnal.html index 465e6ca..21083bb 100644 --- a/hymnal.html +++ b/hymnal.html | |||
@@ -48,22 +48,24 @@ | |||
48 | </article> | 48 | </article> |
49 | <nav> | 49 | <nav> |
50 | <a class="prevlink" href="art.html" | 50 | <a class="prevlink" href="art.html" |
51 | title="Next article in Buildings out of air: Paul in the Woods"> | 51 | title="Previous article in Buildings out of air: Paul in the Woods"> |
52 | Art | 52 | Art |
53 | </a> | 53 | </a> |
54 | <a class="prevlink" href="hardware.html" | 54 | <a class="prevlink" href="hardware.html" |
55 | title="Next article in Buildings out of air: Paul in the Woods"> | 55 | title="Previous article in Buildings out of air: Paul in the Woods"> |
56 | Hardware | 56 | Hardware |
57 | </a> | 57 | </a> |
58 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 58 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
59 | <a class="nextlink" href="underwear.html" | 59 | <a class="nextlink" href="underwear.html" |
60 | title="Previous article in Buildings out of air: Paul in the Woods"> | 60 | title="Next article in Buildings out of air: Paul in the Woods"> |
61 | Underwear | 61 | Underwear |
62 | </a> | 62 | </a> |
63 | <a class="nextlink" href="joke.html" | 63 | <a class="nextlink" href="joke.html" |
64 | title="Previous article in Buildings out of air: Paul in the Woods"> | 64 | title="Next article in Buildings out of air: Paul in the Woods"> |
65 | Joke | 65 | Joke |
66 | </a> | 66 | </a> |
67 | </nav> | 67 | </nav> |
68 | </body> | 68 | |
69 | |||
70 | </body> | ||
69 | </html> | 71 | </html> |