diff options
Diffstat (limited to 'toothpaste.html')
-rw-r--r-- | toothpaste.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/toothpaste.html b/toothpaste.html index ab97d06..bdc6673 100644 --- a/toothpaste.html +++ b/toothpaste.html | |||
@@ -8,13 +8,15 @@ | |||
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 | 11 | <!-- general styles & scripts --> | |
12 | <link rel="stylesheet" type="text/css" href="./css/common.css"> | 12 | <link rel="stylesheet" type="text/css" href="./css/common.css"> |
13 | <script src="./js/lozenge.js"> </script> | 13 | <script src="./js/lozenge.js" type="text/javascript"> </script> |
14 | <script src="./js/hylo.js" type="text/javascript"> </script> | ||
15 | |||
14 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> | 16 | <link rel="stylesheet" type="text/css" href="./css/prose.css"> |
15 | <script src="./js/prose.js"> </script> | 17 | <script src="./js/prose.js" type="text/javascript"> </script> |
16 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> | 18 | <link rel="stylesheet" type="text/css" href="./css/paul.css"> |
17 | <script src="./js/paul.js"> </script> | 19 | <script src="./js/paul.js" type="text/javascript"> </script> |
18 | <!--[if lt IE 9]> | 20 | <!--[if lt IE 9]> |
19 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 21 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
20 | <![endif]--> | 22 | <![endif]--> |