-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
25 lines (24 loc) · 976 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html>
<head>
<meta http-equiv="Content-Language" content="zh-CN">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>404 | 磕傁博文</title>
<link rel="alternate" href="/pages/atom.xml" title="磕傁博文" type="application/atom+xml">
<script type="text/javascript">
// document.domain = "caibaojian.com";
function setIframeHeight(iframe) {
if (iframe) {
var iframeWin = iframe.contentWindow || iframe.contentDocument.parentWindow;
if (iframeWin.document.body) {
iframe.height = iframeWin.document.documentElement.scrollHeight || iframeWin.document.body.scrollHeight;
}
}
};
window.onload = function () {
setIframeHeight(document.getElementById('external-frame'));
}
</script>
</head>
<body>
<iframe src="/pages/dino.html" seamless="seamless" scrolling="no" frameborder="0" style="width: -webkit-fill-available;" id="external-frame" onload="setIframeHeight(this)"></iframe>
</html>