diff options
Diffstat (limited to 'art.html')
-rw-r--r-- | art.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/art.html b/art.html index 12d9c19..e2f2d7b 100644 --- a/art.html +++ b/art.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Art</h1> | 23 | <h1 class="title">Art</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -32,11 +33,11 @@ | |||
32 | 33 | ||
33 | <nav> | 34 | <nav> |
34 | <a href="#" id="lozenge"> ◊ </a> | 35 | <a href="#" id="lozenge"> ◊ </a> |
35 | <a href="hymnal.html"> | 36 | <a class="nextlink" href="hymnal.html"> |
36 | <span class="nextlink">Hymnal ></span> | 37 | Hymnal |
37 | </a> | 38 | </a> |
38 | <a href="axe.html"> | 39 | <a class="nextlink" href="axe.html"> |
39 | <span class="nextlink">Axe ></span> | 40 | Axe |
40 | </a> | 41 | </a> |
41 | </nav> | 42 | </nav> |
42 | 43 | ||