-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (42 loc) · 1.04 KB
/
index.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<title>地粒希,农家自榨菜籽油</title>
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<style>
body{
margin:0;
padding:0;
overflow-y:auto;
height: 100%;
width:100%;
}
#iframe{
width:100%;
height:100%;
}
</style>
<script src="jquery.min.js"></script>
<script type="text/javascript">
window.onerror=function(){return true;}
$(function(){
var h=$(window).height();
var w =$(window).width();
});
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?3ecba3a54dd980d50592f7666dd57cc3";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<iframe id="iframe" frameborder='0' align='center' src="https://dilixi.gitee.io" allowfullscreen="true"></iframe>
</body>
</html>