diff options
author | dvs1 | 2024-12-22 03:15:37 +1000 |
---|---|---|
committer | dvs1 | 2024-12-22 03:15:37 +1000 |
commit | d4f31e38d9a6c5cc029de4d850aee4db8eaacd86 (patch) | |
tree | 0fb4341aa6476f402087d61a7daf3ae3b4df6b61 /index.html | |
parent | Mention YAML in INSTALL. (diff) | |
download | notYetAnotherWiki-d4f31e38d9a6c5cc029de4d850aee4db8eaacd86.zip notYetAnotherWiki-d4f31e38d9a6c5cc029de4d850aee4db8eaacd86.tar.gz notYetAnotherWiki-d4f31e38d9a6c5cc029de4d850aee4db8eaacd86.tar.bz2 notYetAnotherWiki-d4f31e38d9a6c5cc029de4d850aee4db8eaacd86.tar.xz |
index.html now redirects to README.HTML
coz git things expect to see a README.md, now they have one.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | <meta http-equiv="refresh" content="0; url=index.HTML" /> | 4 | <meta http-equiv="refresh" content="0; url=README.HTML" /> |
5 | </head> | 5 | </head> |
6 | <body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> | 6 | <body bgcolor="black" text="white" alink="red" link="blue" vlink="purple"> |
7 | <p>Click this if you don't get redirected to the real page - <a href="index.HTML">Redirect</a></p> | 7 | <p>Click this if you don't get redirected to the real page - <a href="README.HTML">Redirect</a></p> |
8 | </body> | 8 | </body> |
9 | </html> | 9 | </html> |