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 /hard-game.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 'hard-game.html')
-rw-r--r-- | hard-game.html | 41 |
1 files changed, 19 insertions, 22 deletions
diff --git a/hard-game.html b/hard-game.html index 84840bd..2b7b17e 100644 --- a/hard-game.html +++ b/hard-game.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,30 +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">A hard game</h1> | ||
32 | |||
26 | 33 | ||
27 | <article id="container"> | 34 | </header> |
28 | <header> | ||
29 | <!-- title --> | ||
30 | <h1 class="title">A hard game</h1> | ||
31 | |||
32 | |||
33 | <!-- dedication --> | ||
34 | <div class="dedication">Jim Henson</div> | ||
35 | |||
36 | </header> | ||
37 | |||
38 | <section class="content verse"> | ||
39 | <p>You think building Hoggle’s a hard game?<br />You know bunk. Writing a ghazal’s a hard game.</p> | ||
40 | <p>Let’s meet in a place where words & fabric play—<br />but not <a href="sense-of-it.html">plastic</a> words. (Boggle’s a hard game.)</p> | ||
41 | <p>A cookout where we can hash our differences<br />over steak, though making it sizzle’s a hard game.</p> | ||
42 | <p>Let’s go to a brothel, <a href="finding-the-lion.html">rub shoulders</a> with bare<br />shoulders, or a bar. Being wastrel’s a hard game.</p> | ||
43 | <p>Maybe we could switch professions, you and I,<br />you write the poems, I’ll puppet Fozzie—a hard game.</p> | ||
44 | <p>When you call me, you never say my name.<br />Creativity’s <a href="fire.html">a hose</a>—shutting the nozzle’s the hard game.</p> | ||
45 | </section> | ||
46 | </article> | ||
47 | 35 | ||
36 | <section class="content verse"> | ||
37 | <p>You think building Hoggle’s a hard game?<br />You know bunk. Writing a ghazal’s a hard game.</p> | ||
38 | <p>Let’s meet in a place where words & fabric play—<br />but not <a href="sense-of-it.html">plastic</a> words. (Boggle’s a hard game.)</p> | ||
39 | <p>A cookout where we can hash our differences<br />over steak, though making it sizzle’s a hard game.</p> | ||
40 | <p>Let’s go to a brothel, <a href="finding-the-lion.html">rub shoulders</a> with bare<br />shoulders, or a bar. Being wastrel’s a hard game.</p> | ||
41 | <p>Maybe we could switch professions, you and I,<br />you write the poems, I’ll puppet Fozzie—a hard game.</p> | ||
42 | <p>When you call me, you never say my name.<br />Creativity’s <a href="fire.html">a hose</a>—shutting the nozzle’s the hard game.</p> | ||
43 | </section> | ||
44 | </article> | ||
48 | <nav> | 45 | <nav> |
49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
50 | </nav> | 47 | </nav> |
51 | </body> | 48 | </body> |
52 | </html> | 49 | </html> |