diff options
Diffstat (limited to 'stayed-on-the-bus.html')
-rw-r--r-- | stayed-on-the-bus.html | 29 |
1 files changed, 14 insertions, 15 deletions
diff --git a/stayed-on-the-bus.html b/stayed-on-the-bus.html index f0c3f29..aea30f6 100644 --- a/stayed-on-the-bus.html +++ b/stayed-on-the-bus.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,23 +24,21 @@ | |||
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">Stayed on the bus too long</h1> | ||
32 | |||
26 | 33 | ||
27 | <article id="container"> | 34 | </header> |
28 | <header> | ||
29 | <!-- title --> | ||
30 | <h1 class="title">Stayed on the bus too long</h1> | ||
31 | |||
32 | |||
33 | |||
34 | </header> | ||
35 | |||
36 | <section class="content verse"> | ||
37 | <p>It was a <a href="hard-game.html">gamble</a><br />I lost—thought I could get closer<br />than the library, stayed<br />on past the admin building,<br />back down the hill to my beginning,<br />the driver’s second-to-last stop.<br /><a href="lappel-du-vide.html">I have to walk now</a>,<br />through the wind and sun, past<br /><a href="theoceanoverflowswithcamels.html">traffic</a> moving merrily along<br />taking their own gambles<br />staying on or getting off<br />too soon.</p> | ||
38 | </section> | ||
39 | </article> | ||
40 | 35 | ||
36 | <section class="content verse"> | ||
37 | <p>It was a <a href="hard-game.html">gamble</a><br />I lost—thought I could get closer<br />than the library, stayed<br />on past the admin building,<br />back down the hill to my beginning,<br />the driver’s second-to-last stop.<br /><a href="lappel-du-vide.html">I have to walk now</a>,<br />through the wind and sun, past<br /><a href="theoceanoverflowswithcamels.html">traffic</a> moving merrily along<br />taking their own gambles<br />staying on or getting off<br />too soon.</p> | ||
38 | </section> | ||
39 | </article> | ||
41 | <nav> | 40 | <nav> |
42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 41 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | </nav> | 42 | </nav> |
44 | </body> | 43 | </body> |
45 | </html> | 44 | </html> |