diff options
author | Case Duckworth | 2015-03-10 23:17:06 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-10 23:17:06 -0700 |
commit | bec7c936d59e331500c8350b92e33f2b5c5eb0e0 (patch) | |
tree | eb35d9c37efccc6eafa8dbca1538387dcf6c3ff4 /howithappened.html | |
parent | Fix broken link in I think it's you (diff) | |
download | autocento-bec7c936d59e331500c8350b92e33f2b5c5eb0e0.tar.gz autocento-bec7c936d59e331500c8350b92e33f2b5c5eb0e0.zip |
Move dedication to before epigraph
Diffstat (limited to 'howithappened.html')
-rw-r--r-- | howithappened.html | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/howithappened.html b/howithappened.html index 9310777..31d5fb0 100644 --- a/howithappened.html +++ b/howithappened.html | |||
@@ -1,5 +1,6 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <!-- Template for compiled 'Autocento' documents --> | 2 | <!-- AUTOCENTO OF THE BREAKFAST TABLE --> |
3 | <!-- vim: fdm=indent --> | ||
3 | <html lang="en"> | 4 | <html lang="en"> |
4 | <head> | 5 | <head> |
5 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
@@ -23,21 +24,19 @@ | |||
23 | <!-- <script src="js/external.js"> </script> --> | 24 | <!-- <script src="js/external.js"> </script> --> |
24 | </head> | 25 | </head> |
25 | <body> | 26 | <body> |
27 | |||
28 | <article id="container"> | ||
29 | <header> | ||
30 | <!-- title --> | ||
31 | <h1 class="title">How it happened</h1> | ||
32 | |||
26 | 33 | ||
27 | <article id="container"> | 34 | </header> |
28 | <header> | ||
29 | <!-- title --> | ||
30 | <h1 class="title">How it happened</h1> | ||
31 | |||
32 | |||
33 | |||
34 | </header> | ||
35 | |||
36 | <section class="content verse"> | ||
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> | ||
38 | </section> | ||
39 | </article> | ||
40 | 35 | ||
36 | <section class="content verse"> | ||
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> | ||
38 | </section> | ||
39 | </article> | ||
41 | <nav> | 40 | <nav> |
42 | <a class="prevlink" href="i-am.html" | 41 | <a class="prevlink" href="i-am.html" |
43 | title="Next article in Elegies for alternate selves"> | 42 | title="Next article in Elegies for alternate selves"> |
@@ -49,5 +48,5 @@ | |||
49 | Love Song | 48 | Love Song |
50 | </a> | 49 | </a> |
51 | </nav> | 50 | </nav> |
52 | </body> | 51 | </body> |
53 | </html> | 52 | </html> |