about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-26 19:46:45 -0700
committerCase Duckworth2015-03-26 19:46:45 -0700
commitc654151582a77a0b459e3f55b687e43a32d4b67d (patch)
tree6d5d5d2b5f5650b494318e66cef6135b32c0cc72 /index.html
parentFlatten directory structure (diff)
downloadautocento-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.html5
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() {