about summary refs log tree commit diff stats
path: root/amber-alert.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-12 20:15:34 -0700
committerCase Duckworth2015-03-12 20:15:34 -0700
commit66775c8a2976aefc7879d623a070d510254e4b6c (patch)
tree8b7773e87ec47d151f334274fbc9bf2440f09b79 /amber-alert.html
parentFix bug in Something Simple (diff)
downloadautocento-66775c8a2976aefc7879d623a070d510254e4b6c.tar.gz
autocento-66775c8a2976aefc7879d623a070d510254e4b6c.zip
Fix bug in previous/next navlinks
Diffstat (limited to 'amber-alert.html')
-rw-r--r--amber-alert.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/amber-alert.html b/amber-alert.html index 597def6..dee1d0f 100644 --- a/amber-alert.html +++ b/amber-alert.html
@@ -55,22 +55,24 @@
55 </article> 55 </article>
56 <nav> 56 <nav>
57 <a class="prevlink" href="last-bastion.html" 57 <a class="prevlink" href="last-bastion.html"
58 title="Next article in Stark Raving"> 58 title="Previous article in Stark Raving">
59 Last bastion 59 Last bastion
60 </a> 60 </a>
61 <a class="prevlink" href="poetry-time.html" 61 <a class="prevlink" href="poetry-time.html"
62 title="Next article in Stark Raving"> 62 title="Previous article in Stark Raving">
63 Something about the nature of poetry and time 63 Something about the nature of poetry and time
64 </a> 64 </a>
65 <a href="#" id="lozenge" title="Random page"> &loz; </a> 65 <a href="#" id="lozenge" title="Random page"> &loz; </a>
66 <a class="nextlink" href="exasperated.html" 66 <a class="nextlink" href="exasperated.html"
67 title="Previous article in Stark Raving"> 67 title="Next article in Stark Raving">
68 Exasperated 68 Exasperated
69 </a> 69 </a>
70 <a class="nextlink" href="death-zone.html" 70 <a class="nextlink" href="death-zone.html"
71 title="Previous article in Stark Raving"> 71 title="Next article in Stark Raving">
72 The Death Zone 72 The Death Zone
73 </a> 73 </a>
74 </nav> 74 </nav>
75 </body> 75
76
77</body>
76</html> 78</html>