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. --- deathstrumpet.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'deathstrumpet.html') diff --git a/deathstrumpet.html b/deathstrumpet.html index cdcb72a..10bf722 100644 --- a/deathstrumpet.html +++ b/deathstrumpet.html @@ -10,16 +10,15 @@ <meta name="author" content="Case Duckworth"> <title>Death’s trumpet | 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="deathstrumpet" class="elegies"> -- cgit 1.4.1-21-gabe81