diff options
Diffstat (limited to 'finding-the-lion.html')
-rw-r--r-- | finding-the-lion.html | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/finding-the-lion.html b/finding-the-lion.html index a7d2c3b..50b3bbf 100644 --- a/finding-the-lion.html +++ b/finding-the-lion.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,28 +24,26 @@ | |||
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">Finding the Lion</h1> | ||
32 | |||
26 | 33 | ||
27 | <article id="container"> | 34 | </header> |
28 | <header> | ||
29 | <!-- title --> | ||
30 | <h1 class="title">Finding the Lion</h1> | ||
31 | |||
32 | |||
33 | |||
34 | </header> | ||
35 | |||
36 | <section class="content verse"> | ||
37 | <p>Tonight, as I look up, the stars<br />hide themselves in shame. <a href="moongone.html">There is no moon</a>.<br />The sky is black, like my desk,</p> | ||
38 | <p><a href="feedingtheraven.html">nothing like a raven</a>. The streetlights<br />look on the scene disinterested.<br />They have their own <a href="the-night-we-met.html">small gossips of the dark</a>.</p> | ||
39 | <p>I came here to find the Lion, old<br />friend, but he will not show his flanks, his<br />paws, his shoulders, <a href="axe.html">his mane</a>. I</p> | ||
40 | <p>can hear him laughing from his hiding-place<br />behind the moon, nonexistent, under<br />the cold dead earth. The mountain is in front</p> | ||
41 | <p>of me now, a hole of stars daring me<br />to pierce it with my sight. The lion’s still<br />laughing; the streetlamps talk about</p> | ||
42 | <p>me amongst themselves, and go out. There<br />never was any lion, they tell me.<br /><a href="cold-wind.html">You only hear the wind</a> <a href="mountain.html">on the mountain</a>.</p> | ||
43 | </section> | ||
44 | </article> | ||
45 | 35 | ||
36 | <section class="content verse"> | ||
37 | <p>Tonight, as I look up, the stars<br />hide themselves in shame. <a href="moongone.html">There is no moon</a>.<br />The sky is black, like my desk,</p> | ||
38 | <p><a href="feedingtheraven.html">nothing like a raven</a>. The streetlights<br />look on the scene disinterested.<br />They have their own <a href="the-night-we-met.html">small gossips of the dark</a>.</p> | ||
39 | <p>I came here to find the Lion, old<br />friend, but he will not show his flanks, his<br />paws, his shoulders, <a href="axe.html">his mane</a>. I</p> | ||
40 | <p>can hear him laughing from his hiding-place<br />behind the moon, nonexistent, under<br />the cold dead earth. The mountain is in front</p> | ||
41 | <p>of me now, a hole of stars daring me<br />to pierce it with my sight. The lion’s still<br />laughing; the streetlamps talk about</p> | ||
42 | <p>me amongst themselves, and go out. There<br />never was any lion, they tell me.<br /><a href="cold-wind.html">You only hear the wind</a> <a href="mountain.html">on the mountain</a>.</p> | ||
43 | </section> | ||
44 | </article> | ||
46 | <nav> | 45 | <nav> |
47 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
48 | </nav> | 47 | </nav> |
49 | </body> | 48 | </body> |
50 | </html> | 49 | </html> |