diff options
Diffstat (limited to 'amber-alert.html')
-rw-r--r-- | amber-alert.html | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/amber-alert.html b/amber-alert.html index 6cd474f..4dcdf52 100644 --- a/amber-alert.html +++ b/amber-alert.html | |||
@@ -22,10 +22,11 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">AMBER alert</h1> | 23 | <h1 class="title">AMBER alert</h1> |
24 | 24 | ||
25 | |||
25 | <!-- epigraph --> | 26 | <!-- epigraph --> |
26 | <p class="epigraph"> | 27 | <div class="epigraph"> |
27 | <a href="http://www.boston.com/bostonglobe/ideas/articles/2008/07/20/abducted/?page=full">Apparently it does nothing.</a> | 28 | <a href="http://www.boston.com/bostonglobe/ideas/articles/2008/07/20/abducted/?page=full">Apparently it does nothing.</a> |
28 | </p> | 29 | </div> |
29 | </header> | 30 | </header> |
30 | 31 | ||
31 | <section class="thing prose"> | 32 | <section class="thing prose"> |
@@ -36,18 +37,18 @@ | |||
36 | </section> | 37 | </section> |
37 | 38 | ||
38 | <nav> | 39 | <nav> |
39 | <a href="last-bastion.html"> | 40 | <a class="prevlink" href="last-bastion.html"> |
40 | <span class="prevlink">< Last bastion</span> | 41 | Last bastion |
41 | </a> | 42 | </a> |
42 | <a href="poetry-time.html"> | 43 | <a class="prevlink" href="poetry-time.html"> |
43 | <span class="prevlink">< Something about the nature of poetry and time</span> | 44 | Something about the nature of poetry and time |
44 | </a> | 45 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge"> ◊ </a> |
46 | <a href="exasperated.html"> | 47 | <a class="nextlink" href="exasperated.html"> |
47 | <span class="nextlink">Exasperated ></span> | 48 | Exasperated |
48 | </a> | 49 | </a> |
49 | <a href="death-zone.html"> | 50 | <a class="nextlink" href="death-zone.html"> |
50 | <span class="nextlink">The Death Zone ></span> | 51 | The Death Zone |
51 | </a> | 52 | </a> |
52 | </nav> | 53 | </nav> |
53 | 54 | ||