1 Star 0 Fork 0

张磊/炎凉立夏博客空间

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
张磊 提交于 2021-04-04 13:24 +08:00 . 更新移动端页面
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>炎凉立夏 - 自制程序资源下载站,欢迎访问我的主页!!</title>
<link rel="shortcut icon" href="favicon.ico" />
<script type="text/javascript">
var terminal_ID = /Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent);
window.onload = function() {
/* 设置设备类型文本 */
if (terminal_ID) {
document.getElementById('terminal_Id').innerHTML = "移动端";
} else {
document.getElementById('terminal_Id').innerHTML = "电脑端";
}
/* 根据用户使用的设备打开对应类型的页面 */
setTimeout(function() {
if (terminal_ID) {
window.location.href = 'mobile/index.html'; // 访问手机版网页
} else {
window.location.href = 'pc/index.html'; // 访问电脑版网页
}
}, 3000);
}
</script>
</head>
<body onContextMenu="return false" onSelectStart="return false" style="text-align: center; margin-left: auto; margin-right: auto;">
<img src="MeTitle.jpg" style="width: 25vw; height: 25hw; margin-top: 5%;" />
<p style="font-size: xx-large; font-weight: bold;">
<span id="terminal_Id"></span>页面加载中,请稍等<br />Loading...<br />(大约需要3-5秒)
</p>
<div style="padding-top:100px; font-size: x-large;">@炎凉立夏 2016 - 2021</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/CodeFarmingLei/MyProgram.git
git@gitee.com:CodeFarmingLei/MyProgram.git
CodeFarmingLei
MyProgram
炎凉立夏博客空间
master

搜索帮助