diff options
author | dvs1 | 2024-12-22 01:58:55 +1000 |
---|---|---|
committer | dvs1 | 2024-12-22 01:58:55 +1000 |
commit | f83b131a214030e2381f2728e18d300028463447 (patch) | |
tree | 1029aa897f567f77fc6fc08b80c339fd71fa4417 /index.HTML | |
parent | Move the version number into the code. (diff) | |
download | notYetAnotherWiki-f83b131a214030e2381f2728e18d300028463447.zip notYetAnotherWiki-f83b131a214030e2381f2728e18d300028463447.tar.gz notYetAnotherWiki-f83b131a214030e2381f2728e18d300028463447.tar.bz2 notYetAnotherWiki-f83b131a214030e2381f2728e18d300028463447.tar.xz |
Bit of code cleanup.
Allow parsing some other directory.
Sort the menus.
General cleanup.
Diffstat (limited to 'index.HTML')
-rw-r--r-- | index.HTML | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,8 +38,8 @@ | |||
38 | </tr> | 38 | </tr> |
39 | <td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top"> | 39 | <td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top"> |
40 | menu for the current directory | 40 | menu for the current directory |
41 | <p><a href="index.HTML">index</a></p> | 41 | <p><a href="TODO.HTML">TODO</a></p> |
42 | <p><a href="TODO.HTML">TODO</a></p> | 42 | <p><a href="index.HTML">index</a></p> |
43 | 43 | ||
44 | </td> | 44 | </td> |
45 | <td style="background-color: rebeccapurple"> | 45 | <td style="background-color: rebeccapurple"> |