diff options
Diffstat (limited to 'ronaldmcdonald.html')
-rw-r--r-- | ronaldmcdonald.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ronaldmcdonald.html b/ronaldmcdonald.html index d1b6529..5e6b878 100644 --- a/ronaldmcdonald.html +++ b/ronaldmcdonald.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Ronald McDonald</h1> | 23 | <h1 class="title">Ronald McDonald</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing verse"> | 28 | <section class="thing verse"> |
@@ -36,12 +37,12 @@ | |||
36 | </section> | 37 | </section> |
37 | 38 | ||
38 | <nav> | 39 | <nav> |
39 | <a href="roughgloves.html"> | 40 | <a class="prevlink" href="roughgloves.html"> |
40 | <span class="prevlink">< Rough gloves</span> | 41 | Rough gloves |
41 | </a> | 42 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 43 | <a href="#" id="lozenge"> ◊ </a> |
43 | <a href="moongone.html"> | 44 | <a class="nextlink" href="moongone.html"> |
44 | <span class="nextlink">The moon is gone and in its place a mirror ></span> | 45 | The moon is gone and in its place a mirror |
45 | </a> | 46 | </a> |
46 | </nav> | 47 | </nav> |
47 | 48 | ||