diff options
author | Case Duckworth | 2015-03-02 21:10:36 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-02 21:10:36 -0700 |
commit | d7aa1f175a09528e24bd56f719ea1403fc11a01f (patch) | |
tree | b576072a401222236c62653e8e426ac09fe7ffb4 /toothpaste.html | |
parent | First CSS styles: _common, verse, prose (diff) | |
download | autocento-d7aa1f175a09528e24bd56f719ea1403fc11a01f.tar.gz autocento-d7aa1f175a09528e24bd56f719ea1403fc11a01f.zip |
Add random page (lozenge) functionality)
Diffstat (limited to 'toothpaste.html')
-rw-r--r-- | toothpaste.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toothpaste.html b/toothpaste.html index 9ed7f78..519d3dc 100644 --- a/toothpaste.html +++ b/toothpaste.html | |||
@@ -14,6 +14,8 @@ | |||
14 | <!--[if lt IE 9]> | 14 | <!--[if lt IE 9]> |
15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> | 15 | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"> </script> |
16 | <![endif]--> | 16 | <![endif]--> |
17 | <script src="js/lozenge.js"> </script> | ||
18 | <!-- <script src="js/external.js"> </script> --> | ||
17 | </head> | 19 | </head> |
18 | <body> | 20 | <body> |
19 | 21 | ||
@@ -39,7 +41,7 @@ | |||
39 | <a class="prevlink" href="toilet.html"> | 41 | <a class="prevlink" href="toilet.html"> |
40 | Toilet | 42 | Toilet |
41 | </a> | 43 | </a> |
42 | <a href="#" id="lozenge"> ◊ </a> | 44 | <a href="#" id="lozenge" title="Random page"> ◊ </a> |
43 | <a class="nextlink" href="father.html"> | 45 | <a class="nextlink" href="father.html"> |
44 | Father | 46 | Father |
45 | </a> | 47 | </a> |