diff options
author | Case Duckworth | 2015-03-12 20:15:34 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-12 20:15:34 -0700 |
commit | 66775c8a2976aefc7879d623a070d510254e4b6c (patch) | |
tree | 8b7773e87ec47d151f334274fbc9bf2440f09b79 /death-zone.html | |
parent | Fix bug in Something Simple (diff) | |
download | autocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip |
Fix bug in previous/next navlinks
Diffstat (limited to 'death-zone.html')
-rw-r--r-- | death-zone.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/death-zone.html b/death-zone.html index c1786e5..e96d599 100644 --- a/death-zone.html +++ b/death-zone.html | |||
@@ -62,22 +62,24 @@ | |||
62 | </article> | 62 | </article> |
63 | <nav> | 63 | <nav> |
64 | <a class="prevlink" href="exasperated.html" | 64 | <a class="prevlink" href="exasperated.html" |
65 | title="Next article in Stark Raving"> | 65 | title="Previous article in Stark Raving"> |
66 | Exasperated | 66 | Exasperated |
67 | </a> | 67 | </a> |
68 | <a class="prevlink" href="amber-alert.html" | 68 | <a class="prevlink" href="amber-alert.html" |
69 | title="Next article in Stark Raving"> | 69 | title="Previous article in Stark Raving"> |
70 | AMBER alert | 70 | AMBER alert |
71 | </a> | 71 | </a> |
72 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 72 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
73 | <a class="nextlink" href="big-dipper.html" | 73 | <a class="nextlink" href="big-dipper.html" |
74 | title="Previous article in Stark Raving"> | 74 | title="Next article in Stark Raving"> |
75 | The Big Dipper | 75 | The Big Dipper |
76 | </a> | 76 | </a> |
77 | <a class="nextlink" href="exasperated.html" | 77 | <a class="nextlink" href="exasperated.html" |
78 | title="Previous article in Stark Raving"> | 78 | title="Next article in Stark Raving"> |
79 | Exasperated | 79 | Exasperated |
80 | </a> | 80 | </a> |
81 | </nav> | 81 | </nav> |
82 | </body> | 82 | |
83 | |||
84 | </body> | ||
83 | </html> | 85 | </html> |