Skip to content

Commit

Permalink
remove type="text/javascript" from index.html
Browse files Browse the repository at this point in the history
type="text/javascript" is not needed and removing it makes file-size smaller/faster
  • Loading branch information
coliff committed Aug 20, 2018
1 parent c260e44 commit 869a674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 869a674

Please sign in to comment.