加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 883 Bytes
一键复制 编辑 原始数据 按行查看 历史
涛少 提交于 2019-12-25 18:10 . 初始化
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<title>加载中</title>
<!-- inject:css -->
<link rel="stylesheet" href="common/vendor/layui/css/layui.css">
<link rel="stylesheet" href="static/css/common.css">
<link rel="stylesheet" href="static/css/ie8.css">
<!-- endinject -->
<script>
if (window != top) {
top.location.replace(location.href);
}
</script>
</head>
<body>
<!--[if lt IE 9]>
<script src="static/js/html5.min.js"></script>
<script src="static/js/respond.min.js"></script>
<![endif]-->
<!-- inject:js -->
<script src="common/vendor/layui/layui.js"></script>
<script src="common/module/excommon.js"></script>
<!-- endinject -->
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化