-
Daniel Molkentin authored
Add JS redirect if that fails (HTTP-based redirects are disabled by default in more recent Firefox versions).
Daniel Molkentin authoredAdd JS redirect if that fails (HTTP-based redirects are disabled by default in more recent Firefox versions).
index.html 179 B
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript"> window.location.href="index.php"; </script>
<meta http-equiv="refresh" content="0; URL=index.php">
</head>
</html>