about summary refs log tree commit diff stats
path: root/hands.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 /hands.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 'hands.html')
-rw-r--r--hands.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/hands.html b/hands.html index 107edd3..1a2a64a 100644 --- a/hands.html +++ b/hands.html
@@ -10,16 +10,15 @@
10 <meta name="author" content="Case Duckworth"> 10 <meta name="author" content="Case Duckworth">
11 11
12 <title>Hands | Autocento of the breakfast table</title> 12 <title>Hands | 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="hands" class="paul"> 23<body id="hands" class="paul">
25 24