diff options
author | Case Duckworth | 2015-03-03 00:04:57 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-03 00:04:57 -0700 |
commit | 3c1eafe3984ffa2ce72e00973342ba5311c22006 (patch) | |
tree | 7ab077da047b4d2c964e81fc853b38253af80493 | |
parent | Small-caps first line of prose pieces (diff) | |
download | autocento-3c1eafe3984ffa2ce72e00973342ba5311c22006.tar.gz autocento-3c1eafe3984ffa2ce72e00973342ba5311c22006.zip |
Change <link>s to work with GH pages
126 files changed, 630 insertions, 504 deletions
diff --git a/100-lines.html b/100-lines.html index 83dd168..c387866 100644 --- a/100-lines.html +++ b/100-lines.html | |||
@@ -8,13 +8,14 @@ | |||
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>100 lines | Autocento of the breakfast table</title> | 10 | <title>100 lines | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/_template.html b/_template.html index e9ab6d5..8058215 100644 --- a/_template.html +++ b/_template.html | |||
@@ -8,17 +8,18 @@ | |||
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>$title$ | Autocento of the breakfast table</title> | 10 | <title>$title$ | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> | ||
12 | $if(genre)$ | 13 | $if(genre)$ |
13 | <link rel="stylesheet" type="text/css" href="css/$genre$.css"> | 14 | <link rel="stylesheet" type="text/css" href="./css/$genre$.css"> |
14 | $endif$ | 15 | $endif$ |
15 | $if(project.css)$ | 16 | $if(project.css)$ |
16 | <link rel="stylesheet" type="text/css" href="css/$project.css$.css"> | 17 | <link rel="stylesheet" type="text/css" href="./css/$project.css$.css"> |
17 | $endif$ | 18 | $endif$ |
18 | <!--[if lt IE 9]> | 19 | <!--[if lt IE 9]> |
19 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 20 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
20 | <![endif]--> | 21 | <![endif]--> |
21 | <script src="js/lozenge.js"> </script> | 22 | <script src="./js/lozenge.js"> </script> |
22 | <!-- <script src="js/external.js"> </script> --> | 23 | <!-- <script src="js/external.js"> </script> --> |
23 | $for(header-includes)$ | 24 | $for(header-includes)$ |
24 | $headerincludes$ | 25 | $headerincludes$ |
diff --git a/about-the-author.html b/about-the-author.html index bc893c1..34b9cfc 100644 --- a/about-the-author.html +++ b/about-the-author.html | |||
@@ -8,13 +8,14 @@ | |||
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>About the author | Autocento of the breakfast table</title> | 10 | <title>About the author | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/amber-alert.html b/amber-alert.html index c0ea5a0..40094af 100644 --- a/amber-alert.html +++ b/amber-alert.html | |||
@@ -8,13 +8,14 @@ | |||
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>AMBER alert | Autocento of the breakfast table</title> | 10 | <title>AMBER alert | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/and.html b/and.html index f300f1a..e972bd1 100644 --- a/and.html +++ b/and.html | |||
@@ -8,13 +8,14 @@ | |||
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>And | Autocento of the breakfast table</title> | 10 | <title>And | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/angeltoabraham.html b/angeltoabraham.html index 64de863..4c132c2 100644 --- a/angeltoabraham.html +++ b/angeltoabraham.html | |||
@@ -8,13 +8,14 @@ | |||
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>The angel to Abraham | Autocento of the breakfast table</title> | 10 | <title>The angel to Abraham | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/apollo11.html b/apollo11.html index 20446be..7f70301 100644 --- a/apollo11.html +++ b/apollo11.html | |||
@@ -8,13 +8,14 @@ | |||
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>On seeing the panorama of the Apollo 11 landing site | Autocento of the breakfast table</title> | 10 | <title>On seeing the panorama of the Apollo 11 landing site | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/arspoetica.html b/arspoetica.html index 750f6c8..7b02195 100644 --- a/arspoetica.html +++ b/arspoetica.html | |||
@@ -8,13 +8,14 @@ | |||
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>Ars poetica | Autocento of the breakfast table</title> | 10 | <title>Ars poetica | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/art.html b/art.html index dfefff3..a70c5be 100644 --- a/art.html +++ b/art.html | |||
@@ -8,13 +8,14 @@ | |||
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>Art | Autocento of the breakfast table</title> | 10 | <title>Art | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/axe.html b/axe.html index 1bc4e07..8294e06 100644 --- a/axe.html +++ b/axe.html | |||
@@ -8,13 +8,14 @@ | |||
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>Axe | Autocento of the breakfast table</title> | 10 | <title>Axe | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/big-dipper.html b/big-dipper.html index f2861b5..54c9c37 100644 --- a/big-dipper.html +++ b/big-dipper.html | |||
@@ -8,13 +8,14 @@ | |||
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>The Big Dipper | Autocento of the breakfast table</title> | 10 | <title>The Big Dipper | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/boar.html b/boar.html index 563028c..033b9db 100644 --- a/boar.html +++ b/boar.html | |||
@@ -8,13 +8,14 @@ | |||
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>The boar | Autocento of the breakfast table</title> | 10 | <title>The boar | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/boy_bus.html b/boy_bus.html index b3446de..6068c39 100644 --- a/boy_bus.html +++ b/boy_bus.html | |||
@@ -8,13 +8,14 @@ | |||
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>Boy on the bus | Autocento of the breakfast table</title> | 10 | <title>Boy on the bus | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/building.html b/building.html index 4843935..f828cd5 100644 --- a/building.html +++ b/building.html | |||
@@ -8,13 +8,14 @@ | |||
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>Building | Autocento of the breakfast table</title> | 10 | <title>Building | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/call-me-aural-pleasure.html b/call-me-aural-pleasure.html index 39971f5..03190e5 100644 --- a/call-me-aural-pleasure.html +++ b/call-me-aural-pleasure.html | |||
@@ -8,13 +8,14 @@ | |||
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>Call me | Autocento of the breakfast table</title> | 10 | <title>Call me | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/cereal.html b/cereal.html index 625bab4..d75072a 100644 --- a/cereal.html +++ b/cereal.html | |||
@@ -8,13 +8,14 @@ | |||
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>Cereal | Autocento of the breakfast table</title> | 10 | <title>Cereal | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/cold-wind.html b/cold-wind.html index c62af28..4ee22d7 100644 --- a/cold-wind.html +++ b/cold-wind.html | |||
@@ -8,13 +8,14 @@ | |||
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>Cold wind | Autocento of the breakfast table</title> | 10 | <title>Cold wind | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/creation-myth.html b/creation-myth.html index 5d6afc8..a484ee5 100644 --- a/creation-myth.html +++ b/creation-myth.html | |||
@@ -8,13 +8,14 @@ | |||
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>Creation myth | Autocento of the breakfast table</title> | 10 | <title>Creation myth | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/deadman.html b/deadman.html index dede483..5cd2291 100644 --- a/deadman.html +++ b/deadman.html | |||
@@ -8,13 +8,14 @@ | |||
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>Dead man | Autocento of the breakfast table</title> | 10 | <title>Dead man | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/death-zone.html b/death-zone.html index 0464a1c..65abf57 100644 --- a/death-zone.html +++ b/death-zone.html | |||
@@ -8,13 +8,14 @@ | |||
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>The Death Zone | Autocento of the breakfast table</title> | 10 | <title>The Death Zone | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/deathstrumpet.html b/deathstrumpet.html index 778669f..5fbf24f 100644 --- a/deathstrumpet.html +++ b/deathstrumpet.html | |||
@@ -8,13 +8,14 @@ | |||
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>Death’s trumpet | Autocento of the breakfast table</title> | 10 | <title>Death’s trumpet | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/dream.html b/dream.html index c376c97..d625e5e 100644 --- a/dream.html +++ b/dream.html | |||
@@ -8,13 +8,14 @@ | |||
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>Dream | Autocento of the breakfast table</title> | 10 | <title>Dream | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/early.html b/early.html index 4a7d85a..d075fb5 100644 --- a/early.html +++ b/early.html | |||
@@ -8,13 +8,14 @@ | |||
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>Early | Autocento of the breakfast table</title> | 10 | <title>Early | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/elegyforanalternateself.html b/elegyforanalternateself.html index b323637..d3a6c7a 100644 --- a/elegyforanalternateself.html +++ b/elegyforanalternateself.html | |||
@@ -8,13 +8,14 @@ | |||
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>Elegy for an alternate self | Autocento of the breakfast table</title> | 10 | <title>Elegy for an alternate self | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/epigraph.html b/epigraph.html index a35e437..70c28d0 100644 --- a/epigraph.html +++ b/epigraph.html | |||
@@ -8,13 +8,14 @@ | |||
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>epigraph | Autocento of the breakfast table</title> | 10 | <title>epigraph | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/ex-machina.html b/ex-machina.html index 37855fb..0509707 100644 --- a/ex-machina.html +++ b/ex-machina.html | |||
@@ -8,13 +8,14 @@ | |||
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>Ex machina | Autocento of the breakfast table</title> | 10 | <title>Ex machina | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/exasperated.html b/exasperated.html index 78269ea..bd1e7cf 100644 --- a/exasperated.html +++ b/exasperated.html | |||
@@ -8,13 +8,14 @@ | |||
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>Exasperated | Autocento of the breakfast table</title> | 10 | <title>Exasperated | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/father.html b/father.html index a43f0f9..8d17d9d 100644 --- a/father.html +++ b/father.html | |||
@@ -8,13 +8,14 @@ | |||
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>Father | Autocento of the breakfast table</title> | 10 | <title>Father | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/feedingtheraven.html b/feedingtheraven.html index acf0aaf..fec12fb 100644 --- a/feedingtheraven.html +++ b/feedingtheraven.html | |||
@@ -8,13 +8,14 @@ | |||
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>Feeding the raven | Autocento of the breakfast table</title> | 10 | <title>Feeding the raven | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/finding-the-lion.html b/finding-the-lion.html index 0ad9919..f76954f 100644 --- a/finding-the-lion.html +++ b/finding-the-lion.html | |||
@@ -8,13 +8,14 @@ | |||
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>Finding the Lion | Autocento of the breakfast table</title> | 10 | <title>Finding the Lion | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/fire.html b/fire.html index 2a695cd..6a6e58a 100644 --- a/fire.html +++ b/fire.html | |||
@@ -8,13 +8,14 @@ | |||
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>Fire | Autocento of the breakfast table</title> | 10 | <title>Fire | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/found-typewriter-poem.html b/found-typewriter-poem.html index 9acd311..e61f793 100644 --- a/found-typewriter-poem.html +++ b/found-typewriter-poem.html | |||
@@ -8,13 +8,14 @@ | |||
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>Look | Autocento of the breakfast table</title> | 10 | <title>Look | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/hands.html b/hands.html index bb5d89f..65694eb 100644 --- a/hands.html +++ b/hands.html | |||
@@ -8,13 +8,14 @@ | |||
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>Hands | Autocento of the breakfast table</title> | 10 | <title>Hands | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/hard-game.html b/hard-game.html index 65338d9..20776fb 100644 --- a/hard-game.html +++ b/hard-game.html | |||
@@ -8,13 +8,14 @@ | |||
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>A hard game | Autocento of the breakfast table</title> | 10 | <title>A hard game | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/hardware.html b/hardware.html index e471a17..6e4695c 100644 --- a/hardware.html +++ b/hardware.html | |||
@@ -8,13 +8,14 @@ | |||
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>Hardware | Autocento of the breakfast table</title> | 10 | <title>Hardware | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/howithappened.html b/howithappened.html index 6991c04..856e6c0 100644 --- a/howithappened.html +++ b/howithappened.html | |||
@@ -8,13 +8,14 @@ | |||
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>How it happened | Autocento of the breakfast table</title> | 10 | <title>How it happened | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/howtoread.html b/howtoread.html index 0453bf7..95ea24e 100644 --- a/howtoread.html +++ b/howtoread.html | |||
@@ -8,13 +8,14 @@ | |||
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>How to read this | Autocento of the breakfast table</title> | 10 | <title>How to read this | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/hymnal.html b/hymnal.html index fd9929d..62ffce0 100644 --- a/hymnal.html +++ b/hymnal.html | |||
@@ -8,13 +8,14 @@ | |||
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>Hymnal | Autocento of the breakfast table</title> | 10 | <title>Hymnal | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/i-am.html b/i-am.html index dbb19da..d79aa18 100644 --- a/i-am.html +++ b/i-am.html | |||
@@ -8,13 +8,14 @@ | |||
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>I am | Autocento of the breakfast table</title> | 10 | <title>I am | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/i-think-its-you.html b/i-think-its-you.html index 546e3a4..b728a9b 100644 --- a/i-think-its-you.html +++ b/i-think-its-you.html | |||
@@ -8,13 +8,14 @@ | |||
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>I think it’s you (but it’s not) | Autocento of the breakfast table</title> | 10 | <title>I think it’s you (but it’s not) | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/i-wanted-to-tell-you-something.html b/i-wanted-to-tell-you-something.html index 113d28e..be25134 100644 --- a/i-wanted-to-tell-you-something.html +++ b/i-wanted-to-tell-you-something.html | |||
@@ -8,13 +8,14 @@ | |||
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>I wanted to tell you something | Autocento of the breakfast table</title> | 10 | <title>I wanted to tell you something | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/in-bed.html b/in-bed.html index a155ecb..4944e20 100644 --- a/in-bed.html +++ b/in-bed.html | |||
@@ -8,13 +8,14 @@ | |||
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>In bed | Autocento of the breakfast table</title> | 10 | <title>In bed | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/index.html b/index.html index 04c9eda..9f20cd9 100644 --- a/index.html +++ b/index.html | |||
@@ -8,13 +8,14 @@ | |||
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>Autocento of the breakfast table | Autocento of the breakfast table</title> | 10 | <title>Autocento of the breakfast table | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/initial-conditions.html b/initial-conditions.html index 3d88752..cff7540 100644 --- a/initial-conditions.html +++ b/initial-conditions.html | |||
@@ -8,13 +8,14 @@ | |||
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>Initial conditions | Autocento of the breakfast table</title> | 10 | <title>Initial conditions | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/ipsumlorem.html b/ipsumlorem.html index dad8c30..8857ec9 100644 --- a/ipsumlorem.html +++ b/ipsumlorem.html | |||
@@ -8,13 +8,14 @@ | |||
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>Ipsum lorem | Autocento of the breakfast table</title> | 10 | <title>Ipsum lorem | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/january.html b/january.html index 82717cf..60cb274 100644 --- a/january.html +++ b/january.html | |||
@@ -8,13 +8,14 @@ | |||
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>January | Autocento of the breakfast table</title> | 10 | <title>January | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/joke.html b/joke.html index 8eac665..53d4395 100644 --- a/joke.html +++ b/joke.html | |||
@@ -8,13 +8,14 @@ | |||
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>Joke | Autocento of the breakfast table</title> | 10 | <title>Joke | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/lappel-du-vide.html b/lappel-du-vide.html index bd69c68..1a712f2 100644 --- a/lappel-du-vide.html +++ b/lappel-du-vide.html | |||
@@ -8,13 +8,14 @@ | |||
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>L’appel du vide | Autocento of the breakfast table</title> | 10 | <title>L’appel du vide | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/largest-asteroid.html b/largest-asteroid.html index 09e0d05..c615015 100644 --- a/largest-asteroid.html +++ b/largest-asteroid.html | |||
@@ -8,13 +8,14 @@ | |||
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>The largest asteroid in the asteroid belt | Autocento of the breakfast table</title> | 10 | <title>The largest asteroid in the asteroid belt | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/last-bastion.html b/last-bastion.html index dcda769..9c66899 100644 --- a/last-bastion.html +++ b/last-bastion.html | |||
@@ -8,13 +8,14 @@ | |||
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>Last bastion | Autocento of the breakfast table</title> | 10 | <title>Last bastion | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/last-passenger.html b/last-passenger.html index 1f8c345..12e4a22 100644 --- a/last-passenger.html +++ b/last-passenger.html | |||
@@ -8,13 +8,14 @@ | |||
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>Last passenger | Autocento of the breakfast table</title> | 10 | <title>Last passenger | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/leaf.html b/leaf.html index c9b256a..d0d5942 100644 --- a/leaf.html +++ b/leaf.html | |||
@@ -8,13 +8,14 @@ | |||
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>Leaf | Autocento of the breakfast table</title> | 10 | <title>Leaf | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/leg.html b/leg.html index ba16851..b4b2d9f 100644 --- a/leg.html +++ b/leg.html | |||
@@ -8,13 +8,14 @@ | |||
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>Leg | Autocento of the breakfast table</title> | 10 | <title>Leg | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/likingthings.html b/likingthings.html index dd70e61..549beec 100644 --- a/likingthings.html +++ b/likingthings.html | |||
@@ -8,13 +8,14 @@ | |||
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>Liking Things | Autocento of the breakfast table</title> | 10 | <title>Liking Things | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/hezekiah.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/hezekiah.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/listen.html b/listen.html index 3c695a1..3906f4f 100644 --- a/listen.html +++ b/listen.html | |||
@@ -8,13 +8,14 @@ | |||
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>Listen | Autocento of the breakfast table</title> | 10 | <title>Listen | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/loremipsum.html b/loremipsum.html index 925f257..116d135 100644 --- a/loremipsum.html +++ b/loremipsum.html | |||
@@ -8,13 +8,14 @@ | |||
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>Lorem ipsum | Autocento of the breakfast table</title> | 10 | <title>Lorem ipsum | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/love-as-god.html b/love-as-god.html index 18fb19d..6885b3e 100644 --- a/love-as-god.html +++ b/love-as-god.html | |||
@@ -8,13 +8,14 @@ | |||
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>Love as God | Autocento of the breakfast table</title> | 10 | <title>Love as God | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/lovesong.html b/lovesong.html index 3737d13..fdedea5 100644 --- a/lovesong.html +++ b/lovesong.html | |||
@@ -8,13 +8,14 @@ | |||
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>Love Song | Autocento of the breakfast table</title> | 10 | <title>Love Song | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/man.html b/man.html index 90c5d4f..7f33504 100644 --- a/man.html +++ b/man.html | |||
@@ -8,13 +8,14 @@ | |||
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>Man | Autocento of the breakfast table</title> | 10 | <title>Man | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/moon-drowning.html b/moon-drowning.html index 7676224..c0dd012 100644 --- a/moon-drowning.html +++ b/moon-drowning.html | |||
@@ -8,13 +8,14 @@ | |||
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>The Moon is drowning | Autocento of the breakfast table</title> | 10 | <title>The Moon is drowning | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/moongone.html b/moongone.html index f9bcfdc..2d7ec9a 100644 --- a/moongone.html +++ b/moongone.html | |||
@@ -8,13 +8,14 @@ | |||
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>The moon is gone and in its place a mirror | Autocento of the breakfast table</title> | 10 | <title>The moon is gone and in its place a mirror | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/mountain.html b/mountain.html index 63db5d9..766b626 100644 --- a/mountain.html +++ b/mountain.html | |||
@@ -8,13 +8,14 @@ | |||
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>The mountain | Autocento of the breakfast table</title> | 10 | <title>The mountain | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/movingsideways.html b/movingsideways.html index 8d2f761..66ed9b0 100644 --- a/movingsideways.html +++ b/movingsideways.html | |||
@@ -8,13 +8,14 @@ | |||
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>Moving Sideways | Autocento of the breakfast table</title> | 10 | <title>Moving Sideways | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/hezekiah.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/hezekiah.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/music-433.html b/music-433.html index b510ffb..210a82b 100644 --- a/music-433.html +++ b/music-433.html | |||
@@ -8,13 +8,14 @@ | |||
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>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing | Autocento of the breakfast table</title> | 10 | <title>Something about all music being performances of <em>4'33"</em> in places where other bands happen to be playing | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/no-nothing.html b/no-nothing.html index 351452e..ff35ca6 100644 --- a/no-nothing.html +++ b/no-nothing.html | |||
@@ -8,13 +8,14 @@ | |||
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>No nothing | Autocento of the breakfast table</title> | 10 | <title>No nothing | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/notes.html b/notes.html index 1be0e68..7a20bcd 100644 --- a/notes.html +++ b/notes.html | |||
@@ -8,13 +8,14 @@ | |||
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>Notes | Autocento of the breakfast table</title> | 10 | <title>Notes | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/nothing-is-ever-over.html b/nothing-is-ever-over.html index 8a3455c..60f9ae5 100644 --- a/nothing-is-ever-over.html +++ b/nothing-is-ever-over.html | |||
@@ -8,13 +8,14 @@ | |||
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>Nothing is ever over | Autocento of the breakfast table</title> | 10 | <title>Nothing is ever over | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/onformalpoetry.html b/onformalpoetry.html index 54dcd49..f2c98fe 100644 --- a/onformalpoetry.html +++ b/onformalpoetry.html | |||
@@ -8,13 +8,14 @@ | |||
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>On formal poetry | Autocento of the breakfast table</title> | 10 | <title>On formal poetry | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/options.html b/options.html index df000ea..e734d3a 100644 --- a/options.html +++ b/options.html | |||
@@ -8,13 +8,14 @@ | |||
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>Options | Autocento of the breakfast table</title> | 10 | <title>Options | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/ouroboros_memory.html b/ouroboros_memory.html index ec4058a..a140fb6 100644 --- a/ouroboros_memory.html +++ b/ouroboros_memory.html | |||
@@ -8,13 +8,14 @@ | |||
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>Ouroboros of Memory | Autocento of the breakfast table</title> | 10 | <title>Ouroboros of Memory | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/paul.html b/paul.html index bed93f6..2cd97aa 100644 --- a/paul.html +++ b/paul.html | |||
@@ -8,13 +8,14 @@ | |||
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>Paul | Autocento of the breakfast table</title> | 10 | <title>Paul | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/philosophy.html b/philosophy.html index 034ffc4..0a99c84 100644 --- a/philosophy.html +++ b/philosophy.html | |||
@@ -8,13 +8,14 @@ | |||
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>Philosophy | Autocento of the breakfast table</title> | 10 | <title>Philosophy | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/hezekiah.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/hezekiah.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/phone.html b/phone.html index 7df2ade..82ad30f 100644 --- a/phone.html +++ b/phone.html | |||
@@ -8,13 +8,14 @@ | |||
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>Phone | Autocento of the breakfast table</title> | 10 | <title>Phone | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/planks.html b/planks.html index fa8cdfa..2204806 100644 --- a/planks.html +++ b/planks.html | |||
@@ -8,13 +8,14 @@ | |||
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>Planks | Autocento of the breakfast table</title> | 10 | <title>Planks | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/plant.html b/plant.html index 7635511..49008ab 100644 --- a/plant.html +++ b/plant.html | |||
@@ -8,13 +8,14 @@ | |||
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>Litany for a plant | Autocento of the breakfast table</title> | 10 | <title>Litany for a plant | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/poetry-time.html b/poetry-time.html index 48eb5c6..134d09c 100644 --- a/poetry-time.html +++ b/poetry-time.html | |||
@@ -8,13 +8,14 @@ | |||
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>Something about the nature of poetry and time | Autocento of the breakfast table</title> | 10 | <title>Something about the nature of poetry and time | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/prelude.html b/prelude.html index 573eebd..4632398 100644 --- a/prelude.html +++ b/prelude.html | |||
@@ -8,13 +8,14 @@ | |||
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>Prelude | Autocento of the breakfast table</title> | 10 | <title>Prelude | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/hezekiah.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/hezekiah.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/problems.html b/problems.html index 57f9b15..fa3169f 100644 --- a/problems.html +++ b/problems.html | |||
@@ -8,13 +8,14 @@ | |||
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>Problems | Autocento of the breakfast table</title> | 10 | <title>Problems | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/hezekiah.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/hezekiah.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/proverbs.html b/proverbs.html index 2bc9421..8a15b5c 100644 --- a/proverbs.html +++ b/proverbs.html | |||
@@ -8,13 +8,14 @@ | |||
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>Proverbs | Autocento of the breakfast table</title> | 10 | <title>Proverbs | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/hezekiah.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/hezekiah.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/punch.html b/punch.html index 1376220..a65e8b1 100644 --- a/punch.html +++ b/punch.html | |||
@@ -8,13 +8,14 @@ | |||
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>Punch | Autocento of the breakfast table</title> | 10 | <title>Punch | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/purpose-dogs.html b/purpose-dogs.html index 547389b..2411ceb 100644 --- a/purpose-dogs.html +++ b/purpose-dogs.html | |||
@@ -8,13 +8,14 @@ | |||
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>The purpose of dogs | Autocento of the breakfast table</title> | 10 | <title>The purpose of dogs | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/hezekiah.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/hezekiah.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/question.html b/question.html index 2e87589..4319868 100644 --- a/question.html +++ b/question.html | |||
@@ -8,13 +8,14 @@ | |||
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>Question | Autocento of the breakfast table</title> | 10 | <title>Question | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/real-writer.html b/real-writer.html index 880dcb6..f40ff03 100644 --- a/real-writer.html +++ b/real-writer.html | |||
@@ -8,13 +8,14 @@ | |||
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>A real writer | Autocento of the breakfast table</title> | 10 | <title>A real writer | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/reports.html b/reports.html index 430f73f..c655a63 100644 --- a/reports.html +++ b/reports.html | |||
@@ -8,13 +8,14 @@ | |||
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>Reports | Autocento of the breakfast table</title> | 10 | <title>Reports | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/riptide_memory.html b/riptide_memory.html index 766e4f7..9531075 100644 --- a/riptide_memory.html +++ b/riptide_memory.html | |||
@@ -8,13 +8,14 @@ | |||
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>Riptide of memory | Autocento of the breakfast table</title> | 10 | <title>Riptide of memory | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/ronaldmcdonald.html b/ronaldmcdonald.html index ecabe5c..a726c43 100644 --- a/ronaldmcdonald.html +++ b/ronaldmcdonald.html | |||
@@ -8,13 +8,14 @@ | |||
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>Ronald McDonald | Autocento of the breakfast table</title> | 10 | <title>Ronald McDonald | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/roughgloves.html b/roughgloves.html index 06882f9..1072fdf 100644 --- a/roughgloves.html +++ b/roughgloves.html | |||
@@ -8,13 +8,14 @@ | |||
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>Rough gloves | Autocento of the breakfast table</title> | 10 | <title>Rough gloves | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/sapling.html b/sapling.html index 719353c..30f5538 100644 --- a/sapling.html +++ b/sapling.html | |||
@@ -8,13 +8,14 @@ | |||
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>Sapling | Autocento of the breakfast table</title> | 10 | <title>Sapling | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/seasonal-affective-disorder.html b/seasonal-affective-disorder.html index e4042a5..1a9a258 100644 --- a/seasonal-affective-disorder.html +++ b/seasonal-affective-disorder.html | |||
@@ -8,13 +8,14 @@ | |||
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>Seasonal affective disorder | Autocento of the breakfast table</title> | 10 | <title>Seasonal affective disorder | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/sense-of-it.html b/sense-of-it.html index becdb1a..bdaa252 100644 --- a/sense-of-it.html +++ b/sense-of-it.html | |||
@@ -8,13 +8,14 @@ | |||
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>Sense of it | Autocento of the breakfast table</title> | 10 | <title>Sense of it | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/serengeti.html b/serengeti.html index 2e78d3b..ccf65b0 100644 --- a/serengeti.html +++ b/serengeti.html | |||
@@ -8,13 +8,14 @@ | |||
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>Serengeti | Autocento of the breakfast table</title> | 10 | <title>Serengeti | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/shed.html b/shed.html index 036d54b..d407abf 100644 --- a/shed.html +++ b/shed.html | |||
@@ -8,13 +8,14 @@ | |||
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>Shed | Autocento of the breakfast table</title> | 10 | <title>Shed | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/shipwright.html b/shipwright.html index 611c5c1..da0b3c7 100644 --- a/shipwright.html +++ b/shipwright.html | |||
@@ -8,13 +8,14 @@ | |||
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>The shipwright | Autocento of the breakfast table</title> | 10 | <title>The shipwright | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/sixteenth-chapel.html b/sixteenth-chapel.html index 93692d4..0440dfd 100644 --- a/sixteenth-chapel.html +++ b/sixteenth-chapel.html | |||
@@ -8,13 +8,14 @@ | |||
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>The Sixteenth Chapel | Autocento of the breakfast table</title> | 10 | <title>The Sixteenth Chapel | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/snow.html b/snow.html index 33617aa..75341eb 100644 --- a/snow.html +++ b/snow.html | |||
@@ -8,13 +8,14 @@ | |||
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>Snow | Autocento of the breakfast table</title> | 10 | <title>Snow | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/something-simple.html b/something-simple.html index 76d747e..63987ca 100644 --- a/something-simple.html +++ b/something-simple.html | |||
@@ -8,13 +8,14 @@ | |||
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>Let’s start with something simple | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/spittle.html b/spittle.html index 10367f7..d503dfd 100644 --- a/spittle.html +++ b/spittle.html | |||
@@ -8,13 +8,14 @@ | |||
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>Spittle | Autocento of the breakfast table</title> | 10 | <title>Spittle | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/squirrel.html b/squirrel.html index c0c3589..3a57cfa 100644 --- a/squirrel.html +++ b/squirrel.html | |||
@@ -8,13 +8,14 @@ | |||
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>The squirrel | Autocento of the breakfast table</title> | 10 | <title>The squirrel | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/stagnant.html b/stagnant.html index 160fb5f..9dad6f4 100644 --- a/stagnant.html +++ b/stagnant.html | |||
@@ -8,13 +8,14 @@ | |||
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>Stagnant | Autocento of the breakfast table</title> | 10 | <title>Stagnant | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/statements-frag.html b/statements-frag.html index e14a5a2..c698eed 100644 --- a/statements-frag.html +++ b/statements-frag.html | |||
@@ -8,13 +8,14 @@ | |||
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>Statements | Autocento of the breakfast table</title> | 10 | <title>Statements | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/stayed-on-the-bus.html b/stayed-on-the-bus.html index 579725c..a125511 100644 --- a/stayed-on-the-bus.html +++ b/stayed-on-the-bus.html | |||
@@ -8,13 +8,14 @@ | |||
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>Stayed on the bus too long | Autocento of the breakfast table</title> | 10 | <title>Stayed on the bus too long | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/stump.html b/stump.html index d70104f..3c0c8ee 100644 --- a/stump.html +++ b/stump.html | |||
@@ -8,13 +8,14 @@ | |||
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>Stump | Autocento of the breakfast table</title> | 10 | <title>Stump | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/swansong-alt.html b/swansong-alt.html index 4f5a325..4742214 100644 --- a/swansong-alt.html +++ b/swansong-alt.html | |||
@@ -8,13 +8,14 @@ | |||
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>Swansong | Autocento of the breakfast table</title> | 10 | <title>Swansong | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/swansong.html b/swansong.html index 4e8f1f5..7685d13 100644 --- a/swansong.html +++ b/swansong.html | |||
@@ -8,13 +8,14 @@ | |||
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>Swan song | Autocento of the breakfast table</title> | 10 | <title>Swan song | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/swear.html b/swear.html index 5203a36..8e2d085 100644 --- a/swear.html +++ b/swear.html | |||
@@ -8,13 +8,14 @@ | |||
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>Swear | Autocento of the breakfast table</title> | 10 | <title>Swear | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/table_contents.html b/table_contents.html index 2b41f81..70256a7 100644 --- a/table_contents.html +++ b/table_contents.html | |||
@@ -8,13 +8,14 @@ | |||
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>Table of contents | Autocento of the breakfast table</title> | 10 | <title>Table of contents | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/tapestry.html b/tapestry.html index 3884acc..947ad89 100644 --- a/tapestry.html +++ b/tapestry.html | |||
@@ -8,13 +8,14 @@ | |||
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>Tapestry | Autocento of the breakfast table</title> | 10 | <title>Tapestry | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/telemarketer.html b/telemarketer.html index 3d33ded..6e0e32a 100644 --- a/telemarketer.html +++ b/telemarketer.html | |||
@@ -8,13 +8,14 @@ | |||
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>Telemarketer | Autocento of the breakfast table</title> | 10 | <title>Telemarketer | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/the-night-we-met.html b/the-night-we-met.html index 1ef2366..a84a0fc 100644 --- a/the-night-we-met.html +++ b/the-night-we-met.html | |||
@@ -8,13 +8,14 @@ | |||
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>The night we met, I was out of my mind | Autocento of the breakfast table</title> | 10 | <title>The night we met, I was out of my mind | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/the-sea_the-beach.html b/the-sea_the-beach.html index 25eb4fa..42ad290 100644 --- a/the-sea_the-beach.html +++ b/the-sea_the-beach.html | |||
@@ -8,13 +8,14 @@ | |||
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>The sea and the beach | Autocento of the breakfast table</title> | 10 | <title>The sea and the beach | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/theoceanoverflowswithcamels.html b/theoceanoverflowswithcamels.html index b787a5c..55f1eb4 100644 --- a/theoceanoverflowswithcamels.html +++ b/theoceanoverflowswithcamels.html | |||
@@ -8,13 +8,14 @@ | |||
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>The ocean overflows with camels | Autocento of the breakfast table</title> | 10 | <title>The ocean overflows with camels | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/time-looks-up-to-the-sky.html b/time-looks-up-to-the-sky.html index 5c6ff1c..49f43f8 100644 --- a/time-looks-up-to-the-sky.html +++ b/time-looks-up-to-the-sky.html | |||
@@ -8,13 +8,14 @@ | |||
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>Time looks up to the sky | Autocento of the breakfast table</title> | 10 | <title>Time looks up to the sky | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/todaniel.html b/todaniel.html index 02b2185..644f37a 100644 --- a/todaniel.html +++ b/todaniel.html | |||
@@ -8,13 +8,14 @@ | |||
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>To Daniel | Autocento of the breakfast table</title> | 10 | <title>To Daniel | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/toilet.html b/toilet.html index 356a1a8..f12e8f6 100644 --- a/toilet.html +++ b/toilet.html | |||
@@ -8,13 +8,14 @@ | |||
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>Toilet | Autocento of the breakfast table</title> | 10 | <title>Toilet | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/toothpaste.html b/toothpaste.html index 519d3dc..78a41b5 100644 --- a/toothpaste.html +++ b/toothpaste.html | |||
@@ -8,13 +8,14 @@ | |||
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>Toothpaste | Autocento of the breakfast table</title> | 10 | <title>Toothpaste | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/treatise.html b/treatise.html index 185774e..5a78097 100644 --- a/treatise.html +++ b/treatise.html | |||
@@ -8,13 +8,14 @@ | |||
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>Treatise | Autocento of the breakfast table</title> | 10 | <title>Treatise | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/underwear.html b/underwear.html index 446c1a7..1f755a1 100644 --- a/underwear.html +++ b/underwear.html | |||
@@ -8,13 +8,14 @@ | |||
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>Underwear | Autocento of the breakfast table</title> | 10 | <title>Underwear | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/wallpaper.html b/wallpaper.html index b62c4e6..765ad30 100644 --- a/wallpaper.html +++ b/wallpaper.html | |||
@@ -8,13 +8,14 @@ | |||
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>Wallpaper | Autocento of the breakfast table</title> | 10 | <title>Wallpaper | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/weplayedthosegamestoo.html b/weplayedthosegamestoo.html index a01c580..e323b37 100644 --- a/weplayedthosegamestoo.html +++ b/weplayedthosegamestoo.html | |||
@@ -8,13 +8,14 @@ | |||
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>We played those games too | Autocento of the breakfast table</title> | 10 | <title>We played those games too | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/when-im-sorry-i.html b/when-im-sorry-i.html index 0fa7a38..4e87a6c 100644 --- a/when-im-sorry-i.html +++ b/when-im-sorry-i.html | |||
@@ -8,13 +8,14 @@ | |||
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>When I’m sorry I wash dishes | Autocento of the breakfast table</title> | 10 | <title>When I’m sorry I wash dishes | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/autocento.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/autocento.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/window.html b/window.html index fc11f2a..b581b88 100644 --- a/window.html +++ b/window.html | |||
@@ -8,13 +8,14 @@ | |||
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>Window | Autocento of the breakfast table</title> | 10 | <title>Window | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/words-meaning.html b/words-meaning.html index 158b4ce..df8a41b 100644 --- a/words-meaning.html +++ b/words-meaning.html | |||
@@ -8,13 +8,14 @@ | |||
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>Words and meaning | Autocento of the breakfast table</title> | 10 | <title>Words and meaning | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/elegies.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/elegies.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/worse-looking-over.html b/worse-looking-over.html index e38bddf..4feffda 100644 --- a/worse-looking-over.html +++ b/worse-looking-over.html | |||
@@ -8,13 +8,14 @@ | |||
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>Worse looking over | Autocento of the breakfast table</title> | 10 | <title>Worse looking over | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/verse.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/stark.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/verse.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/stark.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/writing.html b/writing.html index 658cf91..e665fc7 100644 --- a/writing.html +++ b/writing.html | |||
@@ -8,13 +8,14 @@ | |||
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>Writing | Autocento of the breakfast table</title> | 10 | <title>Writing | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/x-ray.html b/x-ray.html index fc55893..da7e098 100644 --- a/x-ray.html +++ b/x-ray.html | |||
@@ -8,13 +8,14 @@ | |||
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>X-ray | Autocento of the breakfast table</title> | 10 | <title>X-ray | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |
diff --git a/yellow.html b/yellow.html index 371fffb..36399cf 100644 --- a/yellow.html +++ b/yellow.html | |||
@@ -8,13 +8,14 @@ | |||
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>Yellow | Autocento of the breakfast table</title> | 10 | <title>Yellow | Autocento of the breakfast table</title> |
11 | <link rel="stylesheet" type="text/css" href="css/_common.css"> | 11 | |
12 | <link rel="stylesheet" type="text/css" href="css/prose.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/_common.css"> |
13 | <link rel="stylesheet" type="text/css" href="css/paul.css"> | 13 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
14 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | ||
14 | <!--[if lt IE 9]> | 15 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 16 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 17 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | 18 | <script src="./js/lozenge.js"> </script> |
18 | <!-- <script src="js/external.js"> </script> --> | 19 | <!-- <script src="js/external.js"> </script> --> |
19 | </head> | 20 | </head> |
20 | <body> | 21 | <body> |