diff --git a/index.html b/index.html index f160f46b6fc2bf9a7c1351dde07695afb1e249f2..1ed4f8b9c8eeabf71b7d77bc63558931d4419dd7 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <script type="text/javascript"> window.location.href="index.php"; </script> + <script> window.location.href="index.php"; </script> <meta http-equiv="refresh" content="0; URL=index.php"> </head> </html>