Skip to content
Snippets Groups Projects
Unverified Commit 869a674f authored by Christian Oliff's avatar Christian Oliff Committed by GitHub
Browse files

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

type="text/javascript" is not needed and removing it makes file-size smaller/faster
parent c260e440
No related branches found
No related tags found
No related merge requests found
<!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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment