diff options
author | Case Duckworth | 2015-03-26 19:46:45 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-26 19:46:45 -0700 |
commit | c654151582a77a0b459e3f55b687e43a32d4b67d (patch) | |
tree | 6d5d5d2b5f5650b494318e66cef6135b32c0cc72 /moongone.html | |
parent | Flatten directory structure (diff) | |
download | autocento-c654151582a77a0b459e3f55b687e43a32d4b67d.tar.gz autocento-c654151582a77a0b459e3f55b687e43a32d4b67d.zip |
Add HAPAX LEGOMENA support & flatten structure
The list of hapax legomena for this project is available at /hapax.html. In addition, the directory structure has been further flattened. All assets (javascript, lua, images, fonts) are in /trunk/. One other thing was to update the makefile. It compiles hapax.txt from rivers.
Diffstat (limited to 'moongone.html')
-rw-r--r-- | moongone.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/moongone.html b/moongone.html index e6a4468..d47fcb5 100644 --- a/moongone.html +++ b/moongone.html | |||
@@ -10,16 +10,15 @@ | |||
10 | <meta name="author" content="Case Duckworth"> | 10 | <meta name="author" content="Case Duckworth"> |
11 | 11 | ||
12 | <title>The moon is gone and in its place a mirror | Autocento of the breakfast table</title> | 12 | <title>The moon is gone and in its place a mirror | Autocento of the breakfast table</title> |
13 | <link rel="icon" type="image/png" href="img/favico.png" /> | 13 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
14 | 14 | ||
15 | <link rel="stylesheet" type="text/css" href="style.css"> | 15 | <link rel="stylesheet" type="text/css" href="style.css"> |
16 | <script src="./js/lozenge.js" type="text/javascript"> </script> | 16 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
17 | <script src="./js/hylo.js" type="text/javascript"> </script> | 17 | <script src="trunk/hylo.js" type="text/javascript"> </script> |
18 | 18 | ||
19 | <!--[if lt IE 9]> | 19 | <!--[if lt IE 9]> |
20 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 20 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
21 | <![endif]--> | 21 | <![endif]--> |
22 | <!-- <script src="js/external.js"> </script> --> | ||
23 | </head> | 22 | </head> |
24 | <body id="moongone" class="elegies"> | 23 | <body id="moongone" class="elegies"> |
25 | 24 | ||
@@ -37,7 +36,7 @@ | |||
37 | 36 | ||
38 | <div class="ekphrastic"> | 37 | <div class="ekphrastic"> |
39 | <a href="http://apod.nasa.gov/apod/ap120102.html"> | 38 | <a href="http://apod.nasa.gov/apod/ap120102.html"> |
40 | <img src="img/moongone.jpg" | 39 | <img src="trunk/moongone.jpg" |
41 | title="The moon is gone" | 40 | title="The moon is gone" |
42 | alt="The moon is gone" | 41 | alt="The moon is gone" |
43 | /> | 42 | /> |