浏览代码

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

type="text/javascript" is not needed and removing it makes file-size smaller/faster
tags/v15.0.0beta1
Christian Oliff 5 年前
父节点
当前提交
869a674f29
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      index.html

+ 1
- 1
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>

正在加载...
取消
保存