a86fe7920b
Add JS redirect if that fails (HTTP-based redirects are disabled by default in more recent Firefox versions).
7 lines
179 B
HTML
7 lines
179 B
HTML
<!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>
|