about summary refs log tree commit diff stats
path: root/paul.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 /paul.html
parentAdd test suite (diff)
downloadautocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.tar.gz
autocento-19dcd7cd6f7e39247cfaecb18bd7ca0e16a41b29.zip
Change width of webpages; streamline template
Diffstat (limited to 'paul.html')
-rw-r--r--paul.html17
1 files changed, 9 insertions, 8 deletions
diff --git a/paul.html b/paul.html index b230f03..fa93fb2 100644 --- a/paul.html +++ b/paul.html
@@ -22,6 +22,7 @@
22 <!-- title --> 22 <!-- title -->
23 <h1 class="title">Paul</h1> 23 <h1 class="title">Paul</h1>
24 24
25
25 </header> 26 </header>
26 27
27 <section class="thing prose"> 28 <section class="thing prose">
@@ -61,18 +62,18 @@
61 </section> 62 </section>
62 63
63 <nav> 64 <nav>
64 <a href="father.html"> 65 <a class="prevlink" href="father.html">
65 <span class="prevlink">&lt; Father</span> 66 Father
66 </a> 67 </a>
67 <a href="options.html"> 68 <a class="prevlink" href="options.html">
68 <span class="prevlink">&lt; Options</span> 69 Options
69 </a> 70 </a>
70 <a href="#" id="lozenge"> &loz; </a> 71 <a href="#" id="lozenge"> &loz; </a>
71 <a href="fire.html"> 72 <a class="nextlink" href="fire.html">
72 <span class="nextlink">Fire &gt;</span> 73 Fire
73 </a> 74 </a>
74 <a href="phone.html"> 75 <a class="nextlink" href="phone.html">
75 <span class="nextlink">Phone &gt;</span> 76 Phone
76 </a> 77 </a>
77 </nav> 78 </nav>
78 79