forked from Cannikin76/Recessive-url-Forward
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 861 Bytes
/
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
<html>
<head>
<meta http-equiv="Content-Language" content="zh-CN">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
<title>skydreve</title>
<style type="text/css">
/* 将根元素占满浏览器 */
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
iframe {
margin: 0 auto;
display: block;
width: 100vw;
height: 100vh;
border: 0;
}
</style>
</head>
<!-- <frameset framespacing="0" border="0" rows="0" frameborder="0">
<frame name="main" src="https://www.suni.cf:8888/" scrolling="auto" noresize>
</frameset> -->
<iframe id="iframe" name="iframe" frameborder="0" scrolling="auto" src="https://www.baidu.com/">
</iframe>
</html>