diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
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">φ</a> | 38 | <a href="toc.html" title="Table of Contents">φ</a> |
39 | <a href="#">◊</a> | 39 | <a href="#">◊</a> |
40 | <a href="#" id="randomlink">ξ</a> | 40 | <a href="#" id="randomizelink">ξ</a> |
41 | </h3> | 41 | </h3> |
42 | </header> | 42 | </header> |
43 | <section class="content"> | 43 | <section class="content"> |