From 9fce418b46c9f0894f429384ef9e3dabaeffbeb4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 14 Apr 2015 16:36:17 -0700 Subject: Change file hierarchy and rewrite makefile - File hierarchy is now as follows: - / - appendix/ < appendix source files - backlinks/ < backlink sources & builds - hapax/ < *.hapax source files - scripts/ < scripts, like *.js, *.hs, etc. - templates/ < templates for outputs - text/ < source files - trunk/ < assets, like css, images, heads, etc. - index.html - *.html - Makefile --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index a507833..9fbf9aa 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,8 @@ <title>Autocento of the breakfast table</title> <link rel="icon" type="image/png" href="trunk/favico.png" /> - <link rel="stylesheet" type="text/css" href="_style.css"> - <script src="trunk/lozenge.js" type="text/javascript"> </script> + <link rel="stylesheet" type="text/css" href="trunk/style.css"> + <script src="trunk/randomize.js" type="text/javascript"> </script> <script> function _about() { @@ -20,7 +20,7 @@ about.setAttribute("href", files[which]); about.setAttribute("title", "About the author"); } - window.onload = function () { _about(); _lozenge() } + window.onload = function () { _about(); _randomize() } </script> <!--[if lt IE 9]> @@ -35,9 +35,9 @@ <a href="#" id="about">Case Duckworth</a> </h2> <h3 class="anchors"> - <a href="_toc.html" title="Table of Contents">φ</a> + <a href="toc.html" title="Table of Contents">φ</a> <a href="#">◊</a> - <a href="#" id="lozenge">ξ</a> + <a href="#" id="randomlink">ξ</a> </h3> </header> <section class="content"> -- cgit 1.4.1-21-gabe81