parrotmaker commited on
Commit
30cdc77
·
verified ·
1 Parent(s): cd3da19

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -0
index.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="refresh" content="0; url=/static/index.html">
5
+ </head>
6
+ <body>
7
+ Redirecting to <a href="/static/index.html">/static/index.html</a>...
8
+ </body>
9
+ </html>