diff options
Diffstat (limited to 'reports.html')
-rw-r--r-- | reports.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/reports.html b/reports.html index 663ec82..9d31f46 100644 --- a/reports.html +++ b/reports.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Reports</h1> | 23 | <h1 class="title">Reports</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -36,18 +37,18 @@ | |||
36 | </section> | 37 | </section> |
37 | 38 | ||
38 | <nav> | 39 | <nav> |
39 | <a href="snow.html"> | 40 | <a class="prevlink" href="snow.html"> |
40 | <span class="prevlink">< Snow</span> | 41 | Snow |
41 | </a> | 42 | </a> |
42 | <a href="question.html"> | 43 | <a class="prevlink" href="question.html"> |
43 | <span class="prevlink">< Question</span> | 44 | Question |
44 | </a> | 45 | </a> |
45 | <a href="#" id="lozenge"> ◊ </a> | 46 | <a href="#" id="lozenge"> ◊ </a> |
46 | <a href="swear.html"> | 47 | <a class="nextlink" href="swear.html"> |
47 | <span class="nextlink">Swear ></span> | 48 | Swear |
48 | </a> | 49 | </a> |
49 | <a href="sapling.html"> | 50 | <a class="nextlink" href="sapling.html"> |
50 | <span class="nextlink">Sapling ></span> | 51 | Sapling |
51 | </a> | 52 | </a> |
52 | </nav> | 53 | </nav> |
53 | 54 | ||