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 /prelude.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 'prelude.html')
-rw-r--r-- | prelude.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/prelude.html b/prelude.html index 0794c4d..586fd6c 100644 --- a/prelude.html +++ b/prelude.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">Prelude</h1> | 30 | <h1 class="title">Prelude</h1> |
@@ -32,14 +33,16 @@ | |||
32 | 33 | ||
33 | </header> | 34 | </header> |
34 | 35 | ||
35 | <section class="thing prose"> | 36 | <section class="content prose"> |
36 | <p>Of course, <a href="boar.html">there is a God</a>. Of course, <a href="TODO_BONNIE_PRINCE_BILLIE_YOUTUBE">there is no God</a>. Of course, what’s really <a href="building.html">important</a> is that these aren’t important. No, they are; but not really important. All that’s important is the relative importance of non-important things. <a href="january.html">Shit.</a> Never mind; let’s start over.</p> | 37 | <p>Of course, <a href="boar.html">there is a God</a>. Of course, <a href="TODO_BONNIE_PRINCE_BILLIE_YOUTUBE">there is no God</a>. Of course, what’s really <a href="building.html">important</a> is that these aren’t important. No, they are; but not really important. All that’s important is the relative importance of non-important things. <a href="january.html">Shit.</a> Never mind; let’s start over.</p> |
37 | </section> | 38 | </section> |
39 | </article> | ||
38 | 40 | ||
39 | <nav> | 41 | <nav> |
40 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 42 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
41 | <a class="nextlink" href="purpose-dogs.html"> | 43 | <a class="nextlink" href="purpose-dogs.html" |
42 | The purpose of dogs | 44 | title="Previous article in Book of Hezekiah"> |
45 | The purpose of dogs> | ||
43 | </a> | 46 | </a> |
44 | </nav> | 47 | </nav> |
45 | </body> | 48 | </body> |