diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html index a507833..9fbf9aa 100644 --- a/index.html +++ b/index.html | |||
@@ -9,8 +9,8 @@ | |||
9 | <title>Autocento of the breakfast table</title> | 9 | <title>Autocento of the breakfast table</title> |
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="_style.css"> | 12 | <link rel="stylesheet" type="text/css" href="trunk/style.css"> |
13 | <script src="trunk/lozenge.js" type="text/javascript"> </script> | 13 | <script src="trunk/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(); _lozenge() } | 23 | window.onload = function () { _about(); _randomize() } |
24 | </script> | 24 | </script> |
25 | 25 | ||
26 | <!--[if lt IE 9]> | 26 | <!--[if lt IE 9]> |
@@ -35,9 +35,9 @@ | |||
35 | <a href="#" id="about">Case Duckworth</a> | 35 | <a href="#" id="about">Case Duckworth</a> |
36 | </h2> | 36 | </h2> |
37 | <h3 class="anchors"> | 37 | <h3 class="anchors"> |
38 | <a href="_toc.html" title="Table of Contents">φ</a> | 38 | <a href="toc.html" title="Table of Contents">φ</a> |
39 | <a href="#">◊</a> | 39 | <a href="#">◊</a> |
40 | <a href="#" id="lozenge">ξ</a> | 40 | <a href="#" id="randomlink">ξ</a> |
41 | </h3> | 41 | </h3> |
42 | </header> | 42 | </header> |
43 | <section class="content"> | 43 | <section class="content"> |