Browse Source
Merge pull request #10757 from coliff/patch-1
remove type="text/javascript" from index.html
pull/11050/merge
Roeland Jago Douma
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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> |