diff options
Diffstat (limited to 'listen.html')
-rw-r--r-- | listen.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/listen.html b/listen.html index 55882fb..2cd87ed 100644 --- a/listen.html +++ b/listen.html | |||
@@ -12,23 +12,19 @@ | |||
12 | <title>Listen | Autocento of the breakfast table</title> | 12 | <title>Listen | 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/autocento.css"> | ||
22 | <script src="./js/autocento.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="listen" class="autocento"> |
29 | 25 | ||
30 | 26 | ||
31 | <article id="container"> | 27 | <article class="container"> |
32 | <header> | 28 | <header> |
33 | <!-- title --> | 29 | <!-- title --> |
34 | <h1 class="title">Listen</h1> | 30 | <h1 class="title">Listen</h1> |
@@ -40,8 +36,10 @@ | |||
40 | </header> | 36 | </header> |
41 | 37 | ||
42 | 38 | ||
43 | <section class="content verse"><p>If you swallow hard enough<br />you’ll <a href="serengeti.html">feel the stone</a><br />the one we all have waiting</p> | 39 | <section class="content verse"> |
44 | <p>Once I <a href="plant.html">found the stone</a> in<br />the sea it kissed me as<br /><a href="the-sea_the-beach.html">the sea pawed at my back</a></p></section> | 40 | <p>If you swallow hard enough<br />you’ll <a href="serengeti.html">feel the stone</a><br />the one we all have waiting</p> |
41 | <p>Once I <a href="plant.html">found the stone</a> in<br />the sea it kissed me as<br /><a href="the-sea_the-beach.html">the sea pawed at my back</a></p> | ||
42 | </section> | ||
45 | </article> | 43 | </article> |
46 | <nav> | 44 | <nav> |
47 | <a href="#" id="lozenge" title="Random page"> ◊ </a> | 45 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |