diff options
Diffstat (limited to 'deadman.html')
-rw-r--r-- | deadman.html | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/deadman.html b/deadman.html index 0a8251a..33897cd 100644 --- a/deadman.html +++ b/deadman.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">Dead man</h1> | ||
32 | |||
26 | 33 | ||
27 | <article id="container"> | 34 | </header> |
28 | <header> | ||
29 | <!-- title --> | ||
30 | <h1 class="title">Dead man</h1> | ||
31 | |||
32 | |||
33 | |||
34 | </header> | ||
35 | |||
36 | <section class="content verse"> | ||
37 | <p>A dead man finds his way into our <a href="words-meaning.html">hearts</a><br />simply by opening the door and walking in.<br />He pours himself a drink, speaks aimlessly<br />about hunting or some bats he saw<br />on the way over, wheeling around each other.<br />Look how <a href="moongone.html">they spin</a>, he says, it’s like the<br />ripples atoms make as they hurl past each other<br />in the space between their bodies.<br />We mention the eels at the aquarium, how<br />their bodies <a href="spittle.html">knot while mating</a>. The dead man<br />was a boyscout once, and tied a lot of knots.<br />His favorite was the one with the rabbit<br />and the hole, and the rabbit going in and out<br />and around the tree. The dead man liked it<br />because he liked to pretend that the rabbit<br />was running from a fox, and the rabbit<br />always ended up safe, back in his hole.</p> | ||
38 | </section> | ||
39 | </article> | ||
40 | 35 | ||
36 | <section class="content verse"> | ||
37 | <p>A dead man finds his way into our <a href="words-meaning.html">hearts</a><br />simply by opening the door and walking in.<br />He pours himself a drink, speaks aimlessly<br />about hunting or some bats he saw<br />on the way over, wheeling around each other.<br />Look how <a href="moongone.html">they spin</a>, he says, it’s like the<br />ripples atoms make as they hurl past each other<br />in the space between their bodies.<br />We mention the eels at the aquarium, how<br />their bodies <a href="spittle.html">knot while mating</a>. The dead man<br />was a boyscout once, and tied a lot of knots.<br />His favorite was the one with the rabbit<br />and the hole, and the rabbit going in and out<br />and around the tree. The dead man liked it<br />because he liked to pretend that the rabbit<br />was running from a fox, and the rabbit<br />always ended up safe, back in his hole.</p> | ||
38 | </section> | ||
39 | </article> | ||
41 | <nav> | 40 | <nav> |
42 | <a class="prevlink" href="boar.html" | 41 | <a class="prevlink" href="boar.html" |
43 | title="Next article in Elegies for alternate selves"> | 42 | title="Next article in Elegies for alternate selves"> |
@@ -49,5 +48,5 @@ | |||
49 | The angel to Abraham | 48 | The angel to Abraham |
50 | </a> | 49 | </a> |
51 | </nav> | 50 | </nav> |
52 | </body> | 51 | </body> |
53 | </html> | 52 | </html> |