about summary refs log tree commit diff stats
path: root/treatise.html
diff options
context:
space:
mode:
Diffstat (limited to 'treatise.html')
-rw-r--r--treatise.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/treatise.html b/treatise.html index 8d1216f..5378924 100644 --- a/treatise.html +++ b/treatise.html
@@ -22,6 +22,7 @@
22 <!-- title --> 22 <!-- title -->
23 <h1 class="title">Treatise</h1> 23 <h1 class="title">Treatise</h1>
24 24
25
25 </header> 26 </header>
26 27
27 <section class="thing prose"> 28 <section class="thing prose">
@@ -45,18 +46,18 @@
45 </section> 46 </section>
46 47
47 <nav> 48 <nav>
48 <a href="hardware.html"> 49 <a class="prevlink" href="hardware.html">
49 <span class="prevlink">&lt; Hardware</span> 50 Hardware
50 </a> 51 </a>
51 <a href="toothpaste.html"> 52 <a class="prevlink" href="toothpaste.html">
52 <span class="prevlink">&lt; Toothpaste</span> 53 Toothpaste
53 </a> 54 </a>
54 <a href="#" id="lozenge"> &loz; </a> 55 <a href="#" id="lozenge"> &loz; </a>
55 <a href="phone.html"> 56 <a class="nextlink" href="phone.html">
56 <span class="nextlink">Phone &gt;</span> 57 Phone
57 </a> 58 </a>
58 <a href="underwear.html"> 59 <a class="nextlink" href="underwear.html">
59 <span class="nextlink">Underwear &gt;</span> 60 Underwear
60 </a> 61 </a>
61 </nav> 62 </nav>
62 63