diff options
Diffstat (limited to 'planks.html')
-rw-r--r-- | planks.html | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/planks.html b/planks.html index 45de069..7c074b7 100644 --- a/planks.html +++ b/planks.html | |||
@@ -22,6 +22,7 @@ | |||
22 | <!-- title --> | 22 | <!-- title --> |
23 | <h1 class="title">Planks</h1> | 23 | <h1 class="title">Planks</h1> |
24 | 24 | ||
25 | |||
25 | </header> | 26 | </header> |
26 | 27 | ||
27 | <section class="thing prose"> | 28 | <section class="thing prose"> |
@@ -34,18 +35,18 @@ | |||
34 | </section> | 35 | </section> |
35 | 36 | ||
36 | <nav> | 37 | <nav> |
37 | <a href="leg.html"> | 38 | <a class="prevlink" href="leg.html"> |
38 | <span class="prevlink">< Leg</span> | 39 | Leg |
39 | </a> | 40 | </a> |
40 | <a href="phone.html"> | 41 | <a class="prevlink" href="phone.html"> |
41 | <span class="prevlink">< Phone</span> | 42 | Phone |
42 | </a> | 43 | </a> |
43 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge"> ◊ </a> |
44 | <a href="hardware.html"> | 45 | <a class="nextlink" href="hardware.html"> |
45 | <span class="nextlink">Hardware ></span> | 46 | Hardware |
46 | </a> | 47 | </a> |
47 | <a href="punch.html"> | 48 | <a class="nextlink" href="punch.html"> |
48 | <span class="nextlink">Punch ></span> | 49 | Punch |
49 | </a> | 50 | </a> |
50 | </nav> | 51 | </nav> |
51 | 52 | ||