about summary refs log tree commit diff stats
path: root/hymnal.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-09 12:39:38 -0700
committerCase Duckworth2015-03-09 12:39:38 -0700
commit0bc764f003a763a30f3030b4de233a512a016881 (patch)
treef9734e3708fa3eb6449ac1dab05ea62d3da318ce /hymnal.html
parentRe write .thing into #container > .content (diff)
downloadautocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz
autocento-0bc764f003a763a30f3030b4de233a512a016881.zip
HTML compile 2015-03-09
Diffstat (limited to 'hymnal.html')
-rw-r--r--hymnal.html34
1 files changed, 20 insertions, 14 deletions
diff --git a/hymnal.html b/hymnal.html index 72c9027..80a8fe3 100644 --- a/hymnal.html +++ b/hymnal.html
@@ -24,6 +24,7 @@
24 </head> 24 </head>
25<body> 25<body>
26 26
27<article id="header">
27 <header> 28 <header>
28 <!-- title --> 29 <!-- title -->
29 <h1 class="title">Hymnal</h1> 30 <h1 class="title">Hymnal</h1>
@@ -32,29 +33,34 @@
32 33
33 </header> 34 </header>
34 35
35 <section class="thing prose"> 36 <section class="content prose">
36 <p><em>It’s all <a href="joke.html">jokes</a></em> Paul wrote in what he was now calling his Hymnal. He had been writing non-stop all day, because he didn’t count pee or cigarette breaks. <em>All art is an inside joke. The symbology involved must be</em>—and here he put down his pen and held his head in his hands. He could never think of the word—he said often that he had no words. He opened to a new page in his Hymnal. On the top of it was written in bold script <em><strong>HYMN 386: JOKES</strong></em>.</p> 37 <p><em>It’s all <a href="joke.html">jokes</a></em> Paul wrote in what he was now calling his Hymnal. He had been writing non-stop all day, because he didn’t count pee or cigarette breaks. <em>All art is an inside joke. The symbology involved must be</em>—and here he put down his pen and held his head in his hands. He could never think of the word—he said often that he had no words. He opened to a new page in his Hymnal. On the top of it was written in bold script <em><strong>HYMN 386: JOKES</strong></em>.</p>
37 <p>Paul scowled. Who had written in his Hymnal? he wondered. He said it out loud a moment after: “Who has written in my Hymnal?” He realized he was alone in his Writing Shack, which was really a shed in the back of his mother’s garden. He wondered why he had to say his thoughts before they became real to him (if this was a habit or an inborn trait). He realized simultaneously that</p> 38 <p>Paul scowled. Who had written in his Hymnal? he wondered. He said it out loud a moment after: “Who has written in my Hymnal?” He realized he was alone in his Writing Shack, which was really a shed in the back of his mother’s garden. He wondered why he had to say his thoughts before they became real to him (if this was a habit or an inborn trait). He realized simultaneously that</p>
38 <ol type="a"> 39 <ol type="a">
39 <li>he could ask someone and</li> 40 <li>he could ask someone and</li>
40 <li>that this was something he wondered every time he spoke his thoughts out loud.</li> 41 <li>that this was something he wondered every time he spoke his thoughts out loud.</li>
41 </ol> 42 </ol>
42 <p>He resolved to put the issue to rest by asking someone.</p> 43 <p>He resolved to put the issue to rest by asking someone.</p>
43 </section> 44 </section>
45</article>
44 46
45 <nav> 47 <nav>
46 <a class="prevlink" href="art.html"> 48 <a class="prevlink" href="art.html"
49 title="Next article in Buildings out of air: Paul in the Woods">
47 Art 50 Art
48 </a> 51 </a>
49 <a class="prevlink" href="hardware.html"> 52 <a class="prevlink" href="hardware.html"
53 title="Next article in Buildings out of air: Paul in the Woods">
50 Hardware 54 Hardware
51 </a> 55 </a>
52 <a href="#" id="lozenge" title="Random page"> &loz; </a> 56 <a href="#" id="lozenge" title="Random page"> &loz; </a>
53 <a class="nextlink" href="underwear.html"> 57 <a class="nextlink" href="underwear.html"
54 Underwear 58 title="Previous article in Buildings out of air: Paul in the Woods">
59 Underwear>
55 </a> 60 </a>
56 <a class="nextlink" href="joke.html"> 61 <a class="nextlink" href="joke.html"
57 Joke 62 title="Previous article in Buildings out of air: Paul in the Woods">
63 Joke>
58 </a> 64 </a>
59 </nav> 65 </nav>
60</body> 66</body>