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 /index.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 'index.html')
-rw-r--r-- | index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/index.html b/index.html index 4e233cb..d96b074 100644 --- a/index.html +++ b/index.html | |||
@@ -7,11 +7,10 @@ | |||
7 | <meta name="author" content="Case Duckworth"> | 7 | <meta name="author" content="Case Duckworth"> |
8 | 8 | ||
9 | <title>Autocento of the breakfast table</title> | 9 | <title>Autocento of the breakfast table</title> |
10 | <link rel="icon" type="image/png" href="img/favico.png" /> | 10 | <link rel="icon" type="image/png" href="trunk/favico.png" /> |
11 | 11 | ||
12 | <!-- <link rel="stylesheet" type="text/css" href="./css/cover.css"> --> | ||
13 | <link rel="stylesheet" type="text/css" href="style.css"> | 12 | <link rel="stylesheet" type="text/css" href="style.css"> |
14 | <script src="./js/lozenge.js" type="text/javascript"> </script> | 13 | <script src="trunk/lozenge.js" type="text/javascript"> </script> |
15 | 14 | ||
16 | <script> | 15 | <script> |
17 | function _about() { | 16 | function _about() { |