diff options
Diffstat (limited to 'big-dipper.html')
-rw-r--r-- | big-dipper.html | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/big-dipper.html b/big-dipper.html index 314dcb5..03b7607 100644 --- a/big-dipper.html +++ b/big-dipper.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">The Big Dipper</h1> | ||
32 | |||
26 | 33 | ||
27 | <article id="container"> | 34 | </header> |
28 | <header> | ||
29 | <!-- title --> | ||
30 | <h1 class="title">The Big Dipper</h1> | ||
31 | |||
32 | |||
33 | |||
34 | </header> | ||
35 | |||
36 | <section class="content verse"> | ||
37 | <p>After searching for days or even months<br />I finally find it reclining lazily<br /><a href="finding-the-lion.html">above the peaks</a> above the city as if to ask<br />Did you miss me? Yes very much I reply<br />and rush to embrace it but it smiles<br />and recoils and tells me No no you<br />have to try harder than that it says<br />I do not give myself up so easily</p> | ||
38 | <p>I try a different tack<br />I sing to it bring it flowers nightly<br />I compare its eyes to the morning dew<br />it has not seen the morning dew<br />I say its mouth is the sunset over mountains<br />it knows mountains but the sunset<br />is only a rumor from the Evening Star<br />I tell the Big Dipper that it moves<br /><a href="no-nothing.html">like a quiet river across the earth</a></p> | ||
39 | <p>Rivers I have seen says the Big Dipper<br />they sparkle in the light from my stars<br />Your stars like eyes I say and it smiles<br /><a href="http://www.poets.org/poetsorg/poem/writer">No it says that is too easy</a><br />It turns its back<br />it walks home along the back of the mountain</p> | ||
40 | </section> | ||
41 | </article> | ||
42 | 35 | ||
36 | <section class="content verse"> | ||
37 | <p>After searching for days or even months<br />I finally find it reclining lazily<br /><a href="finding-the-lion.html">above the peaks</a> above the city as if to ask<br />Did you miss me? Yes very much I reply<br />and rush to embrace it but it smiles<br />and recoils and tells me No no you<br />have to try harder than that it says<br />I do not give myself up so easily</p> | ||
38 | <p>I try a different tack<br />I sing to it bring it flowers nightly<br />I compare its eyes to the morning dew<br />it has not seen the morning dew<br />I say its mouth is the sunset over mountains<br />it knows mountains but the sunset<br />is only a rumor from the Evening Star<br />I tell the Big Dipper that it moves<br /><a href="no-nothing.html">like a quiet river across the earth</a></p> | ||
39 | <p>Rivers I have seen says the Big Dipper<br />they sparkle in the light from my stars<br />Your stars like eyes I say and it smiles<br /><a href="http://www.poets.org/poetsorg/poem/writer">No it says that is too easy</a><br />It turns its back<br />it walks home along the back of the mountain</p> | ||
40 | </section> | ||
41 | </article> | ||
43 | <nav> | 42 | <nav> |
44 | <a class="prevlink" href="death-zone.html" | 43 | <a class="prevlink" href="death-zone.html" |
45 | title="Next article in Stark Raving"> | 44 | title="Next article in Stark Raving"> |
@@ -59,5 +58,5 @@ | |||
59 | Something about the nature of poetry and time | 58 | Something about the nature of poetry and time |
60 | </a> | 59 | </a> |
61 | </nav> | 60 | </nav> |
62 | </body> | 61 | </body> |
63 | </html> | 62 | </html> |