about summary refs log tree commit diff stats
path: root/howithappened.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 /howithappened.html
parentRe write .thing into #container > .content (diff)
downloadautocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz
autocento-0bc764f003a763a30f3030b4de233a512a016881.zip
HTML compile 2015-03-09
Diffstat (limited to 'howithappened.html')
-rw-r--r--howithappened.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/howithappened.html b/howithappened.html index a091158..185aefb 100644 --- a/howithappened.html +++ b/howithappened.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">How it happened</h1> 30 <h1 class="title">How it happened</h1>
@@ -32,17 +33,20 @@
32 33
33 </header> 34 </header>
34 35
35 <section class="thing verse"> 36 <section class="content verse">
36 <p>I was away on vacation when I heard—<br />someone sat at my desk while I was away.<br />They took my pen, while I was taking<br />surf lessons, and wrote the sun into the sky.<br />They pre-approved the earth and the waters,<br />and all of the living things, without even<br />having the decency to text me. It was not I<br />who was behind the phrase “creeping things.”<br />When I got back, of course I was pissed,<br />but it was <a href="shipwright.html">already written</a> into the policy.<br />I’m just saying: don’t blame me for Cain<br />killing Abel. That was a murder. I’m not a cop.<br />The Tower of Babel fell on its own. The ark<br />never saw a single drop of rain. I’m <a href="problems.html">the drunk</a><br />sitting on the curb who just pissed his pants,<br />holding up a sign asking where I am.</p> 37 <p>I was away on vacation when I heard—<br />someone sat at my desk while I was away.<br />They took my pen, while I was taking<br />surf lessons, and wrote the sun into the sky.<br />They pre-approved the earth and the waters,<br />and all of the living things, without even<br />having the decency to text me. It was not I<br />who was behind the phrase “creeping things.”<br />When I got back, of course I was pissed,<br />but it was <a href="shipwright.html">already written</a> into the policy.<br />I’m just saying: don’t blame me for Cain<br />killing Abel. That was a murder. I’m not a cop.<br />The Tower of Babel fell on its own. The ark<br />never saw a single drop of rain. I’m <a href="problems.html">the drunk</a><br />sitting on the curb who just pissed his pants,<br />holding up a sign asking where I am.</p>
37 </section> 38 </section>
39</article>
38 40
39 <nav> 41 <nav>
40 <a class="prevlink" href="i-am.html"> 42 <a class="prevlink" href="i-am.html"
43 title="Next article in Elegies for alternate selves">
41 I am 44 I am
42 </a> 45 </a>
43 <a href="#" id="lozenge" title="Random page"> &loz; </a> 46 <a href="#" id="lozenge" title="Random page"> &loz; </a>
44 <a class="nextlink" href="lovesong.html"> 47 <a class="nextlink" href="lovesong.html"
45 Love Song 48 title="Previous article in Elegies for alternate selves">
49 Love Song>
46 </a> 50 </a>
47 </nav> 51 </nav>
48</body> 52</body>