about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorCase Duckworth2015-04-14 18:58:37 -0700
committerCase Duckworth2015-04-14 18:58:37 -0700
commitf01d9d5a973008ed0dde2ef65e5ef2f958e1f442 (patch)
tree2c34d1f5af9d7845cade7318096479729c5682e1 /index.html
parentFix directory listing in style.css (diff)
downloadautocento-f01d9d5a973008ed0dde2ef65e5ef2f958e1f442.tar.gz
autocento-f01d9d5a973008ed0dde2ef65e5ef2f958e1f442.zip
Fix backlinks compilation and index randomizelink
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html index 9fbf9aa..4dbde71 100644 --- a/index.html +++ b/index.html
@@ -10,7 +10,7 @@
10 <link rel="icon" type="image/png" href="trunk/favico.png" /> 10 <link rel="icon" type="image/png" href="trunk/favico.png" />
11 11
12 <link rel="stylesheet" type="text/css" href="trunk/style.css"> 12 <link rel="stylesheet" type="text/css" href="trunk/style.css">
13 <script src="trunk/randomize.js" type="text/javascript"> </script> 13 <script src="scripts/randomize.js" type="text/javascript"> </script>
14 14
15 <script> 15 <script>
16 function _about() { 16 function _about() {
@@ -20,7 +20,7 @@
20 about.setAttribute("href", files[which]); 20 about.setAttribute("href", files[which]);
21 about.setAttribute("title", "About the author"); 21 about.setAttribute("title", "About the author");
22 } 22 }
23 window.onload = function () { _about(); _randomize() } 23 window.onload = function () { _about(); _randomize(); }
24 </script> 24 </script>
25 25
26 <!--[if lt IE 9]> 26 <!--[if lt IE 9]>
@@ -37,7 +37,7 @@
37 <h3 class="anchors"> 37 <h3 class="anchors">
38 <a href="toc.html" title="Table of Contents">&phi;</a> 38 <a href="toc.html" title="Table of Contents">&phi;</a>
39 <a href="#">&loz;</a> 39 <a href="#">&loz;</a>
40 <a href="#" id="randomlink">&xi;</a> 40 <a href="#" id="randomizelink">&xi;</a>
41 </h3> 41 </h3>
42 </header> 42 </header>
43 <section class="content"> 43 <section class="content">