From c654151582a77a0b459e3f55b687e43a32d4b67d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 26 Mar 2015 19:46:45 -0700 Subject: 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. --- collage-instrument.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'collage-instrument.html') diff --git a/collage-instrument.html b/collage-instrument.html index 3a45e52..1883322 100644 --- a/collage-instrument.html +++ b/collage-instrument.html @@ -10,16 +10,15 @@ <meta name="author" content="Case Duckworth"> <title>Instrumented | Autocento of the breakfast table</title> - <link rel="icon" type="image/png" href="img/favico.png" /> + <link rel="icon" type="image/png" href="trunk/favico.png" /> <link rel="stylesheet" type="text/css" href="style.css"> - <script src="./js/lozenge.js" type="text/javascript"> </script> - <script src="./js/hylo.js" type="text/javascript"> </script> + <script src="trunk/lozenge.js" type="text/javascript"> </script> + <script src="trunk/hylo.js" type="text/javascript"> </script> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> <![endif]--> - <!-- <script src="js/external.js"> </script> --> </head> <body id="collage-instrument" class="autocento"> -- cgit 1.4.1-21-gabe81