about summary refs log tree commit diff stats
path: root/fire.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-02 19:19:32 -0700
committerCase Duckworth2015-03-02 19:19:32 -0700
commit19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29 (patch)
tree17c45f66a90ef6cf7de7889dd42c4eac5fcc9fcc /fire.html
parentAdd test suite (diff)
downloadautocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz
autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip
Change width of webpages; streamline template
Diffstat (limited to 'fire.html')
-rw-r--r--fire.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/fire.html b/fire.html index eb50e7d..50108c2 100644 --- a/fire.html +++ b/fire.html
@@ -22,6 +22,7 @@
22 <!-- title --> 22 <!-- title -->
23 <h1 class="title">Fire</h1> 23 <h1 class="title">Fire</h1>
24 24
25
25 </header> 26 </header>
26 27
27 <section class="thing prose"> 28 <section class="thing prose">
@@ -30,15 +31,15 @@
30 </section> 31 </section>
31 32
32 <nav> 33 <nav>
33 <a href="paul.html"> 34 <a class="prevlink" href="paul.html">
34 <span class="prevlink">&lt; Paul</span> 35 Paul
35 </a> 36 </a>
36 <a href="father.html"> 37 <a class="prevlink" href="father.html">
37 <span class="prevlink">&lt; Father</span> 38 Father
38 </a> 39 </a>
39 <a href="#" id="lozenge"> &loz; </a> 40 <a href="#" id="lozenge"> &loz; </a>
40 <a href="hands.html"> 41 <a class="nextlink" href="hands.html">
41 <span class="nextlink">Hands &gt;</span> 42 Hands
42 </a> 43 </a>
43 </nav> 44 </nav>
44 45