代码拉取完成,页面将自动刷新
<!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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。