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 /boar.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 'boar.html')
-rw-r--r-- | boar.html | 37 |
1 files changed, 18 insertions, 19 deletions
diff --git a/boar.html b/boar.html index c42bcb5..06352d7 100644 --- a/boar.html +++ b/boar.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,25 +24,23 @@ | |||
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">The boar</h1> | ||
32 | |||
26 | 33 | ||
27 | <article id="container"> | 34 | </header> |
28 | <header> | ||
29 | <!-- title --> | ||
30 | <h1 class="title">The boar</h1> | ||
31 | |||
32 | |||
33 | |||
34 | </header> | ||
35 | |||
36 | <section class="content verse"> | ||
37 | <p>Now the ticking clocks scare me.<br />The <a href="mountain.html">empty</a> rooms, clock towers, belfries;<br />I am terrified by them all.</p> | ||
38 | <p>I really used to enjoy going to church,<br />singing in the choir, listening to the sermon.<br />Now the chairs squeal like dying pigs—</p> | ||
39 | <p>It was the boar that did it.<br /><a href="telemarketer.html">Fifteen feet</a> from me that night<br />in the grass, rooting for God<br />knows what, finding me instead.</p> | ||
40 | <p>I ran, not knowing where or how,<br />not looking for his pursuit of me.<br />I ran to God’s front door, found<br />it locked, found the <a href="i-am.html">house</a> empty</p> | ||
41 | <p>with a note saying, “Condemned.”</p> | ||
42 | </section> | ||
43 | </article> | ||
44 | 35 | ||
36 | <section class="content verse"> | ||
37 | <p>Now the ticking clocks scare me.<br />The <a href="mountain.html">empty</a> rooms, clock towers, belfries;<br />I am terrified by them all.</p> | ||
38 | <p>I really used to enjoy going to church,<br />singing in the choir, listening to the sermon.<br />Now the chairs squeal like dying pigs—</p> | ||
39 | <p>It was the boar that did it.<br /><a href="telemarketer.html">Fifteen feet</a> from me that night<br />in the grass, rooting for God<br />knows what, finding me instead.</p> | ||
40 | <p>I ran, not knowing where or how,<br />not looking for his pursuit of me.<br />I ran to God’s front door, found<br />it locked, found the <a href="i-am.html">house</a> empty</p> | ||
41 | <p>with a note saying, “Condemned.”</p> | ||
42 | </section> | ||
43 | </article> | ||
45 | <nav> | 44 | <nav> |
46 | <a class="prevlink" href="theoceanoverflowswithcamels.html" | 45 | <a class="prevlink" href="theoceanoverflowswithcamels.html" |
47 | title="Next article in Elegies for alternate selves"> | 46 | title="Next article in Elegies for alternate selves"> |
@@ -53,5 +52,5 @@ | |||
53 | Dead man | 52 | Dead man |
54 | </a> | 53 | </a> |
55 | </nav> | 54 | </nav> |
56 | </body> | 55 | </body> |
57 | </html> | 56 | </html> |