代码拉取完成,页面将自动刷新
<!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,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1">
<title>福州钻石农场</title>
<script type="text/javascript">
var viewPath = location.hash
var timestamp = Date.parse(new Date());
// if (viewPath && viewPath.indexOf("index.html") > -1) {
// viewPath = 'http://soells.gitee.io/orchard/h5/index.html'
// } else if (viewPath) {
// viewPath = viewPath.slice(1)
// } else {
// viewPath = 'http://soells.gitee.io/orchard/h5/index.html'
// }
if (window.location.search.length > 0) {
viewPath = 'http://soells.gitee.io/orchard/h5/index.html' +
window.location.search + "&t=" + timestamp
} else {
viewPath = 'http://soells.gitee.io/orchard/h5/index.html?t=' + timestamp
}
document
.addEventListener(
'DOMContentLoaded',
function() {
document.getElementById("h5-viwer").src = viewPath
}, false);
</script>
<style type="text/css">
body {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
}
.h5-viwer-box {
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
/*top: 8vh;
box-sizing: content-box;
border: solid 10px #000000;
border-radius: 10px;
box-shadow: #DDDDDD 10px 10px 20px;*/
}
.h5-viwer {
width: 100%;
height: 100%;
border: 0;
padding: 0;
}
</style>
</head>
<body>
<div class="h5-viwer-box">
<iframe id="h5-viwer" class="h5-viwer" src=viewPath width="100%" height="100%"></iframe>
</div>
</body>
</html>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。