about summary refs log tree commit diff stats
path: root/mountain.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-09 12:39:38 -0700
committerCase Duckworth2015-03-09 12:39:38 -0700
commit0bc764f003a763a30f3030b4de233a512a016881 (patch)
treef9734e3708fa3eb6449ac1dab05ea62d3da318ce /mountain.html
parentRe write .thing into #container > .content (diff)
downloadautocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz
autocento-0bc764f003a763a30f3030b4de233a512a016881.zip
HTML compile 2015-03-09
Diffstat (limited to 'mountain.html')
-rw-r--r--mountain.html20
1 files changed, 12 insertions, 8 deletions
diff --git a/mountain.html b/mountain.html index 7beee95..a3babdf 100644 --- a/mountain.html +++ b/mountain.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 mountain</h1> 30 <h1 class="title">The mountain</h1>
@@ -32,20 +33,23 @@
32 33
33 </header> 34 </header>
34 35
35 <section class="thing verse"> 36 <section class="content verse">
36 <p>The other side of this mountain<br />is not the mountain. This side<br />is honey-golden, sticky-sweet,<br />full of phone conversations with mother.<br />The other side is a bell,<br />ringing in the church-steeple<br />the day mother died.</p> 37 <p>The other side of this mountain<br />is not the mountain. This side<br />is honey-golden, sticky-sweet,<br />full of phone conversations with mother.<br />The other side is a bell,<br />ringing in the church-steeple<br />the day mother died.</p>
37 <p>The other side of the mountain<br /><a href="apollo11.html">is not a mountain. It is a dark</a><br />valley crossed by a river.<br />There is a ferry at the bottom.</p> 38 <p>The other side of the mountain<br /><a href="apollo11.html">is not a mountain. It is a dark</a><br />valley crossed by a river.<br />There is a ferry at the bottom.</p>
38 <p>This mountain is not a mountain.<br />I walked to the top, but it turned<br />and was only a shelf halfway up.<br />I felt like an unused Bible<br />sitting on a <a href="and.html">dusty pew</a>.</p> 39 <p>This mountain is not a mountain.<br />I walked to the top, but it turned<br />and was only a shelf halfway up.<br />I felt like an unused Bible<br />sitting on a <a href="and.html">dusty pew</a>.</p>
39 <p>A hawk soars over the mountain.<br />She is looking for home.</p> 40 <p>A hawk soars over the mountain.<br />She is looking for home.</p>
40 </section> 41 </section>
42</article>
41 43
42 <nav> 44 <nav>
43 <a class="prevlink" href="moonegone.html"> 45 <a class="prevlink" href="moonegone.html"
46 title="Next article in Elegies for alternate selves">
44 The moon is gone and in its place a mirror 47 The moon is gone and in its place a mirror
45 </a> 48 </a>
46 <a href="#" id="lozenge" title="Random page"> &loz; </a> 49 <a href="#" id="lozenge" title="Random page"> &loz; </a>
47 <a class="nextlink" href="serengeti.html"> 50 <a class="nextlink" href="serengeti.html"
48 Serengeti 51 title="Previous article in Elegies for alternate selves">
52 Serengeti>
49 </a> 53 </a>
50 </nav> 54 </nav>
51</body> 55</body>