remove type="text/javascript" from index.html

type="text/javascript" is not needed and removing it makes file-size smaller/faster
pull/10757/head
Christian Oliff 6 years ago committed by GitHub
parent c260e4403d
commit 869a674f29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <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"> <meta http-equiv="refresh" content="0; URL=index.php">
</head> </head>
</html> </html>

Loading…
Cancel
Save