diff options
author | Case Duckworth | 2015-03-09 12:39:38 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-09 12:39:38 -0700 |
commit | 0bc764f003a763a30f3030b4de233a512a016881 (patch) | |
tree | f9734e3708fa3eb6449ac1dab05ea62d3da318ce /todaniel.html | |
parent | Re write .thing into #container > .content (diff) | |
download | autocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz autocento-0bc764f003a763a30f3030b4de233a512a016881.zip |
HTML compile 2015-03-09
Diffstat (limited to 'todaniel.html')
-rw-r--r-- | todaniel.html | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/todaniel.html b/todaniel.html index 8b7bb47..d83df56 100644 --- a/todaniel.html +++ b/todaniel.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">To Daniel</h1> | 30 | <h1 class="title">To Daniel</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>There are more modern ideals of beauty<br />than yours, young padowan. Jessica has<br />some assets, that I’ll give you easily,<br />but in my women I prefer pizzazz.</p> | 37 | <p>There are more modern ideals of beauty<br />than yours, young padowan. Jessica has<br />some assets, that I’ll give you easily,<br />but in my women I prefer pizzazz.</p> |
37 | <p>I don’t want to bring you down, or make you think<br /><a href="deathstrumpet.html">that your perfected woman isn’t so</a>.<br />It’s just that, like Adam said, 2006<br />has come and gone. What did she do</p> | 38 | <p>I don’t want to bring you down, or make you think<br /><a href="deathstrumpet.html">that your perfected woman isn’t so</a>.<br />It’s just that, like Adam said, 2006<br />has come and gone. What did she do</p> |
38 | <p>in that year anyway? IMDB<br />has, surprisingly, none, though in ’05<br />she’s in four titles. <em>Sin City</em><br />I’ve never seen, although from many I’ve</p> | 39 | <p>in that year anyway? IMDB<br />has, surprisingly, none, though in ’05<br />she’s in four titles. <em>Sin City</em><br />I’ve never seen, although from many I’ve</p> |
39 | <p>heard it’s good. But it’s still irrelevant—<br />no matter how comely, she lacks talent.</p> | 40 | <p>heard it’s good. But it’s still irrelevant—<br />no matter how comely, she lacks talent.</p> |
40 | </section> | 41 | </section> |
42 | </article> | ||
41 | 43 | ||
42 | <nav> | 44 | <nav> |
43 | <a class="prevlink" href="weplayedthosegamestoo.html"> | 45 | <a class="prevlink" href="weplayedthosegamestoo.html" |
46 | title="Next article in Elegies for alternate selves"> | ||
44 | We played those games too | 47 | We played those games too |
45 | </a> | 48 | </a> |
46 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 49 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
47 | <a class="nextlink" href="deathstrumpet.html"> | 50 | <a class="nextlink" href="deathstrumpet.html" |
48 | Death’s trumpet | 51 | title="Previous article in Elegies for alternate selves"> |
52 | Death’s trumpet> | ||
49 | </a> | 53 | </a> |
50 | </nav> | 54 | </nav> |
51 | </body> | 55 | </body> |