diff options
Diffstat (limited to 'i-think-its-you.html')
-rw-r--r-- | i-think-its-you.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/i-think-its-you.html b/i-think-its-you.html index ee3724f..8ac4761 100644 --- a/i-think-its-you.html +++ b/i-think-its-you.html | |||
@@ -12,23 +12,19 @@ | |||
12 | <title>I think it’s you (but it’s not) | Autocento of the breakfast table</title> | 12 | <title>I think it’s you (but it’s not) | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="img/favico.png" /> | 13 | <link rel="icon" type="image/png" href="img/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="./css/common.css"> | 15 | <link rel="stylesheet" type="text/css" href="style.css"> |
16 | <script src="./js/lozenge.js" type="text/javascript"> </script> | 16 | <script src="./js/lozenge.js" type="text/javascript"> </script> |
17 | <script src="./js/hylo.js" type="text/javascript"> </script> | 17 | <script src="./js/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
19 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> | 19 | <!--[if lt IE 9]> |
20 | <script src="./js/verse.js" type="text/javascript"> </script> | ||
21 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
22 | <script src="./js/stark.js" type="text/javascript"> </script> | ||
23 | <!--[if lt IE 9]> | ||
24 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 20 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
25 | <![endif]--> | 21 | <![endif]--> |
26 | <!-- <script src="js/external.js"> </script> --> | 22 | <!-- <script src="js/external.js"> </script> --> |
27 | </head> | 23 | </head> |
28 | <body> | 24 | <body id="i-think-its-you" class="stark"> |
29 | 25 | ||
30 | 26 | ||
31 | <article id="container"> | 27 | <article class="container"> |
32 | <header> | 28 | <header> |
33 | <!-- title --> | 29 | <!-- title --> |
34 | <h1 class="title">I think it’s you (but it’s not)</h1> | 30 | <h1 class="title">I think it’s you (but it’s not)</h1> |
@@ -45,8 +41,10 @@ | |||
45 | </header> | 41 | </header> |
46 | 42 | ||
47 | 43 | ||
48 | <section class="content verse"><p>I thought I saw you walking<br />to the bus stop but it was only<br />a <a href="feedingtheraven.html">raven</a>. His croaks sounded nothing<br />like your footsteps (as they pound<br />down the hallway toward my bedroom)<br />his <a href="nothing-is-ever-over.html">wings</a> looked nothing like your<br />legs (running on the wrong side<br />of the road away from my house)<br />I think the one resemblance was the eyes</p> | 44 | <section class="content verse"> |
49 | <p>But that’s too easy<br />It’s just that I was thinking<br />of you and a raven flew by<br />(maybe it was a <a href="stump.html">crow</a>)</p></section> | 45 | <p>I thought I saw you walking<br />to the bus stop but it was only<br />a <a href="feedingtheraven.html">raven</a>. His croaks sounded nothing<br />like your footsteps (as they pound<br />down the hallway toward my bedroom)<br />his <a href="nothing-is-ever-over.html">wings</a> looked nothing like your<br />legs (running on the wrong side<br />of the road away from my house)<br />I think the one resemblance was the eyes</p> |
46 | <p>But that’s too easy<br />It’s just that I was thinking<br />of you and a raven flew by<br />(maybe it was a <a href="stump.html">crow</a>)</p> | ||
47 | </section> | ||
50 | </article> | 48 | </article> |
51 | <nav> | 49 | <nav> |
52 | <a class="prevlink" href="boy_bus.html" | 50 | <a class="prevlink" href="boy_bus.html" |