aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
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>