diff options
author | dvs1 | 2024-12-16 21:29:49 +1000 |
---|---|---|
committer | dvs1 | 2024-12-16 21:29:49 +1000 |
commit | 744600e8be472d29c8b5cb4163fdf56e7f58c7e3 (patch) | |
tree | 03f24eea9ad58c6f3dcfc9da3be5bd6f8ca57d37 | |
parent | TODO-- Implement smart menus. (diff) | |
download | notYetAnotherWiki-744600e8be472d29c8b5cb4163fdf56e7f58c7e3.zip notYetAnotherWiki-744600e8be472d29c8b5cb4163fdf56e7f58c7e3.tar.gz notYetAnotherWiki-744600e8be472d29c8b5cb4163fdf56e7f58c7e3.tar.bz2 notYetAnotherWiki-744600e8be472d29c8b5cb4163fdf56e7f58c7e3.tar.xz |
Redirect from index.html to index.HTML.
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..cf8f867 --- /dev/null +++ b/index.html | |||
@@ -0,0 +1,9 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head> | ||
4 | <meta http-equiv="refresh" content="0; url=index.HTML" /> | ||
5 | </head> | ||
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> | ||
8 | </body> | ||
9 | </html> | ||