about summary refs log tree commit diff stats
path: root/toilet.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 /toilet.html
parentRe write .thing into #container > .content (diff)
downloadautocento-0bc764f003a763a30f3030b4de233a512a016881.tar.gz
autocento-0bc764f003a763a30f3030b4de233a512a016881.zip
HTML compile 2015-03-09
Diffstat (limited to 'toilet.html')
-rw-r--r--toilet.html28
1 files changed, 17 insertions, 11 deletions
diff --git a/toilet.html b/toilet.html index 0a3e6fe..7a12492 100644 --- a/toilet.html +++ b/toilet.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">Toilet</h1> 30 <h1 class="title">Toilet</h1>
@@ -32,26 +33,31 @@
32 33
33 </header> 34 </header>
34 35
35 <section class="thing prose"> 36 <section class="content prose">
36 <p>Paul only did his reading on the toilet.</p> 37 <p>Paul only did his reading on the toilet.</p>
37 <p>He read in a magazine that the universe as we know it is actually a hologram, a three-dimensional projection of a lower, two-dimensional, “realer” reality. The article said that this model explains things like quantum entanglement, what it called “spooky action at a distance.”</p> 38 <p>He read in a magazine that the universe as we know it is actually a hologram, a three-dimensional projection of a lower, two-dimensional, “realer” reality. The article said that this model explains things like quantum entanglement, what it called “spooky action at a distance.”</p>
38 <p>After he finished, he ran back out to his Writing Shack and hammered out a Treatise on Literature as Spooky Action. His mind was reeling. He typed out an entire <a href="treatise.html">notecard</a> on the subject.</p> 39 <p>After he finished, he ran back out to his Writing Shack and hammered out a Treatise on Literature as Spooky Action. His mind was reeling. He typed out an entire <a href="treatise.html">notecard</a> on the subject.</p>
39 <p>He stopped to catch his breath. Reading it over, he realized he was completely wrong. “Paper is made from trees” he thought “and so is furniture.” He had thought that ART and CRAFT were two separate enterprises but he realized in a flash that they were two sides of the same building. Were there other walls?</p> 40 <p>He stopped to catch his breath. Reading it over, he realized he was completely wrong. “Paper is made from trees” he thought “and so is furniture.” He had thought that ART and CRAFT were two separate enterprises but he realized in a flash that they were two sides of the same building. Were there other walls?</p>
40 </section> 41 </section>
42</article>
41 43
42 <nav> 44 <nav>
43 <a class="prevlink" href="hands.html"> 45 <a class="prevlink" href="hands.html"
46 title="Next article in Buildings out of air: Paul in the Woods">
44 Hands 47 Hands
45 </a> 48 </a>
46 <a class="prevlink" href="tapestry.html"> 49 <a class="prevlink" href="tapestry.html"
50 title="Next article in Buildings out of air: Paul in the Woods">
47 Tapestry 51 Tapestry
48 </a> 52 </a>
49 <a href="#" id="lozenge" title="Random page"> &loz; </a> 53 <a href="#" id="lozenge" title="Random page"> &loz; </a>
50 <a class="nextlink" href="leg.html"> 54 <a class="nextlink" href="leg.html"
51 Leg 55 title="Previous article in Buildings out of air: Paul in the Woods">
56 Leg>
52 </a> 57 </a>
53 <a class="nextlink" href="toothpaste.html"> 58 <a class="nextlink" href="toothpaste.html"
54 Toothpaste 59 title="Previous article in Buildings out of air: Paul in the Woods">
60 Toothpaste>
55 </a> 61 </a>
56 </nav> 62 </nav>
57</body> 63</body>