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. --- i-want-to-say.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'i-want-to-say.html') diff --git a/i-want-to-say.html b/i-want-to-say.html index 322cd0c..3dfa1e2 100644 --- a/i-want-to-say.html +++ b/i-want-to-say.html @@ -10,16 +10,15 @@ <meta name="author" content="Case Duckworth"> <title>I want to say | 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="i-want-to-say" class="autocento"> -- cgit 1.4.1-21-gabe81