type="text/javascript" is not needed and removing it makes file-size smaller/fasterpull/10757/head
parent
c260e4403d
commit
869a674f29
@ -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> |
||||
|
||||
Loading…
Reference in new issue