Skip to content
Snippets Groups Projects
Select Git revision
  • c740f4a4e429561a14a1026ea22c69e9ace1ea18
  • master default protected
2 results

index.html

Blame
  • user avatar
    Daniel Molkentin authored
    Add JS redirect if that fails (HTTP-based redirects are disabled by
    default in more recent Firefox versions).
    a86fe792
    History
    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>