1 Star 0 Fork 0

小蓉子 / xinrui_end

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
wjr0301 提交于 2023-10-23 15:54 . 上传
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="后台管理系统"
/>
<meta
name="description"
content="后台管理系统"
/>
<title></title>
</head>
<body>
<script>
this.globalThis || (this.globalThis = this);
const ua = navigator.userAgent.toLocaleLowerCase();
if (ua.match(/msie/) != null || ua.match(/trident/) != null) {
window.location.href="ie.html";
}
</script>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
1
https://gitee.com/love_Zq/xinrui_end.git
git@gitee.com:love_Zq/xinrui_end.git
love_Zq
xinrui_end
xinrui_end
master

搜索帮助