1 Star 2 Fork 0

stardust-git/重邮风采

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 519 Bytes
一键复制 编辑 原始数据 按行查看 历史
stardust-git 提交于 2021-04-06 19:52 . 修改了index
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>加载中......</title>
</head>
<body>
<div id="div" style="color: red; font-size: 100px; margin: 100px auto; width: 500px; text-align: center;">
</div>
</body>
<script>
location.href="./nav/index.html"
setTimeout(()=>{
var div=document.getElementById("div");
div.innerHTML='error!'
},1000)
</script>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/stardust_wind/my-cqupt.git
git@gitee.com:stardust_wind/my-cqupt.git
stardust_wind
my-cqupt
重邮风采
SGH

搜索帮助