about summary refs log tree commit diff stats
path: root/leg.html
diff options
context:
space:
mode:
Diffstat (limited to 'leg.html')
-rw-r--r--leg.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/leg.html b/leg.html index 3c119a0..657fa51 100644 --- a/leg.html +++ b/leg.html
@@ -22,6 +22,7 @@
22 <!-- title --> 22 <!-- title -->
23 <h1 class="title">Leg</h1> 23 <h1 class="title">Leg</h1>
24 24
25
25 </header> 26 </header>
26 27
27 <section class="thing prose"> 28 <section class="thing prose">
@@ -47,18 +48,18 @@
47 </section> 48 </section>
48 49
49 <nav> 50 <nav>
50 <a href="toilet.html"> 51 <a class="prevlink" href="toilet.html">
51 <span class="prevlink">&lt; Toilet</span> 52 Toilet
52 </a> 53 </a>
53 <a href="leaf.html"> 54 <a class="prevlink" href="leaf.html">
54 <span class="prevlink">&lt; Leaf</span> 55 Leaf
55 </a> 56 </a>
56 <a href="#" id="lozenge"> &loz; </a> 57 <a href="#" id="lozenge"> &loz; </a>
57 <a href="planks.html"> 58 <a class="nextlink" href="planks.html">
58 <span class="nextlink">Planks &gt;</span> 59 Planks
59 </a> 60 </a>
60 <a href="man.html"> 61 <a class="nextlink" href="man.html">
61 <span class="nextlink">Man &gt;</span> 62 Man
62 </a> 63 </a>
63 </nav> 64 </nav>
64 65