aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authordvs12024-12-22 03:15:37 +1000
committerdvs12024-12-22 03:15:37 +1000
commitd4f31e38d9a6c5cc029de4d850aee4db8eaacd86 (patch)
tree0fb4341aa6476f402087d61a7daf3ae3b4df6b61 /index.html
parentMention YAML in INSTALL. (diff)
downloadnotYetAnotherWiki-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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index cf8f867..3f23b75 100644
--- a/index.html
+++ b/index.html
@@ -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>