diff options
author | Case Duckworth | 2015-03-10 23:17:06 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-10 23:17:06 -0700 |
commit | bec7c936d59e331500c8350b92e33f2b5c5eb0e0 (patch) | |
tree | eb35d9c37efccc6eafa8dbca1538387dcf6c3ff4 /listen.html | |
parent | Fix broken link in I think it's you (diff) | |
download | autocento-bec7c936d59e331500c8350b92e33f2b5c5eb0e0.tar.gz autocento-bec7c936d59e331500c8350b92e33f2b5c5eb0e0.zip |
Move dedication to before epigraph
Diffstat (limited to 'listen.html')
-rw-r--r-- | listen.html | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/listen.html b/listen.html index 7927c34..6790f57 100644 --- a/listen.html +++ b/listen.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,24 +24,22 @@ | |||
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">Listen</h1> | ||
32 | |||
26 | 33 | ||
27 | <article id="container"> | 34 | </header> |
28 | <header> | ||
29 | <!-- title --> | ||
30 | <h1 class="title">Listen</h1> | ||
31 | |||
32 | |||
33 | |||
34 | </header> | ||
35 | |||
36 | <section class="content verse"> | ||
37 | <p>If you swallow hard enough<br />you’ll <a href="serengeti.html">feel the stone</a><br />the one we all have waiting</p> | ||
38 | <p>Once I <a href="plant.html">found the stone</a> in<br />the sea it kissed me as<br /><a href="the-sea_the-beach.html">the sea pawed at my back</a></p> | ||
39 | </section> | ||
40 | </article> | ||
41 | 35 | ||
36 | <section class="content verse"> | ||
37 | <p>If you swallow hard enough<br />you’ll <a href="serengeti.html">feel the stone</a><br />the one we all have waiting</p> | ||
38 | <p>Once I <a href="plant.html">found the stone</a> in<br />the sea it kissed me as<br /><a href="the-sea_the-beach.html">the sea pawed at my back</a></p> | ||
39 | </section> | ||
40 | </article> | ||
42 | <nav> | 41 | <nav> |
43 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
44 | </nav> | 43 | </nav> |
45 | </body> | 44 | </body> |
46 | </html> | 45 | </html> |