diff options
author | Case Duckworth | 2015-03-09 12:39:38 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-09 12:39:38 -0700 |
commit | 0bc764f003a763a30f3030b4de233a512a016881 (patch) | |
tree | f9734e3708fa3eb6449ac1dab05ea62d3da318ce /boar.html | |
parent | Re write .thing into #container > .content (diff) | |
download | autocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz autocento-0bc764f003a763a30f3030b4de233a512a016881.zip |
HTML compile 2015-03-09
Diffstat (limited to 'boar.html')
-rw-r--r-- | boar.html | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/boar.html b/boar.html index 7254d77..30055b7 100644 --- a/boar.html +++ b/boar.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">The boar</h1> | 30 | <h1 class="title">The boar</h1> |
@@ -32,21 +33,24 @@ | |||
32 | 33 | ||
33 | </header> | 34 | </header> |
34 | 35 | ||
35 | <section class="thing verse"> | 36 | <section class="content verse"> |
36 | <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> | 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> |
37 | <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> | 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> |
38 | <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> | 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> |
39 | <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> | 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> |
40 | <p>with a note saying, “Condemned.”</p> | 41 | <p>with a note saying, “Condemned.”</p> |
41 | </section> | 42 | </section> |
43 | </article> | ||
42 | 44 | ||
43 | <nav> | 45 | <nav> |
44 | <a class="prevlink" href="theoceanoverflowswithcamels.html"> | 46 | <a class="prevlink" href="theoceanoverflowswithcamels.html" |
47 | title="Next article in Elegies for alternate selves"> | ||
45 | The ocean overflows with camels | 48 | The ocean overflows with camels |
46 | </a> | 49 | </a> |
47 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 50 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
48 | <a class="nextlink" href="deadman.html"> | 51 | <a class="nextlink" href="deadman.html" |
49 | Dead man | 52 | title="Previous article in Elegies for alternate selves"> |
53 | Dead man> | ||
50 | </a> | 54 | </a> |
51 | </nav> | 55 | </nav> |
52 | </body> | 56 | </body> |