about summary refs log tree commit diff stats
path: root/something-simple.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-10 23:08:35 -0700
committerCase Duckworth2015-03-10 23:08:35 -0700
commit9ca54d45a188416ef22703e1cbfc7ced57bb963d (patch)
treef48f37105e855c04808f977b42307d38408350a2 /something-simple.html
parentAdd space between header and content (diff)
downloadautocento-9ca54d45a188416ef22703e1cbfc7ced57bb963d.tar.gz
autocento-9ca54d45a188416ef22703e1cbfc7ced57bb963d.zip
Fix mixed-genre issues; compile
Diffstat (limited to 'something-simple.html')
-rw-r--r--something-simple.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/something-simple.html b/something-simple.html index a8389c2..6bfd6f6 100644 --- a/something-simple.html +++ b/something-simple.html
@@ -7,17 +7,13 @@
7 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> 7 <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
8 <meta name="author" content="Case Duckworth"> 8 <meta name="author" content="Case Duckworth">
9 <!-- more meta tags here --> 9 <!-- more meta tags here -->
10 <title>Let’s start with something simple | Autocento of the breakfast table</title> 10 <title> | Autocento of the breakfast table</title>
11 <!-- general styles & scripts --> 11 <!-- general styles & scripts -->
12 <link rel="stylesheet" type="text/css" href="./css/common.css"> 12 <link rel="stylesheet" type="text/css" href="./css/common.css">
13 <script src="./js/lozenge.js" type="text/javascript"> </script> 13 <script src="./js/lozenge.js" type="text/javascript"> </script>
14 <script src="./js/hylo.js" type="text/javascript"> </script> 14 <script src="./js/hylo.js" type="text/javascript"> </script>
15 15
16 <link rel="stylesheet" type="text/css" href="./css/verse.css"> 16 <!--[if lt IE 9]>
17 <script src="./js/verse.js" type="text/javascript"> </script>
18 <link rel="stylesheet" type="text/css" href="./css/autocento.css">
19 <script src="./js/autocento.js" type="text/javascript"> </script>
20 <!--[if lt IE 9]>
21 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> 17 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script>
22 <![endif]--> 18 <![endif]-->
23 <!-- <script src="js/external.js"> </script> --> 19 <!-- <script src="js/external.js"> </script> -->
@@ -27,13 +23,13 @@
27<article id="container"> 23<article id="container">
28 <header> 24 <header>
29 <!-- title --> 25 <!-- title -->
30 <h1 class="title">Let’s start with something simple</h1> 26
31 27
32 28
33 29
34 </header> 30 </header>
35 31
36 <section class="content verse"> 32 <section class="content ">
37 <p>in mammals the ratio between bladder size<br />and urethra is such that it takes<br />all of them the same time to piss. Take<br />for example the fact that Fibonnacci<br />numbers show up everywhere. How can you<br />look at this at all of this all of<br />these facts and tell me to my face there<br />is no God? And yet there isn’t<br />you murmer quietly into my ear over<br />and over like a low tide sounding<br />its lonely waves on an abandoned beach.<br />The ocean that birthed us holds us<br />still. We are tied, you and I, together<br />in her arms. The <a href="moon-drowning.html">moon, caring father,</a><br />looks down from a dispassionate sky.</p> 33 <p>in mammals the ratio between bladder size<br />and urethra is such that it takes<br />all of them the same time to piss. Take<br />for example the fact that Fibonnacci<br />numbers show up everywhere. How can you<br />look at this at all of this all of<br />these facts and tell me to my face there<br />is no God? And yet there isn’t<br />you murmer quietly into my ear over<br />and over like a low tide sounding<br />its lonely waves on an abandoned beach.<br />The ocean that birthed us holds us<br />still. We are tied, you and I, together<br />in her arms. The <a href="moon-drowning.html">moon, caring father,</a><br />looks down from a dispassionate sky.</p>
38 </section> 34 </section>
39</article> 35</article>