This repository was archived by the owner on Oct 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (90 loc) · 2.75 KB
/
index.html
File metadata and controls
100 lines (90 loc) · 2.75 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<html><head>
<meta charset="UTF-8">
<title>Baacloud官网</title>
<meta name="keywords" content="baacloud,baacloud官网,baacloud下载">
<style>
html,
body {
padding: 0;
margin: 0;
background: #272727;
font: 400 16px/1.7 "Microsoft JhengHei", sans-serif;
font: normal 100% Helvetica;
}
div,ul,li,h1,p,h2{
padding: 0;
margin: 0;
}
ul,li{
list-style: none;
font-size: 1.8em;
}
.main{
text-align: center;
}
.content{
background: #fff;
padding: 20px;
display: inline-block;
width: 90%;
margin-top:120px;
}
.content-top{
font-size: 1.2em
}
.content-top h2{
background: #3c8dbc;
color: #fff;
font-size: 2em;
padding: 10px 0;
font-weight: normal;
}
.content-top a{
display: block;
color: #3c8dbc;
font-style: normal;
display: block;
margin: 2px 0;
}
.content-top li{
padding: 20px 0;
border-bottom: 1px solid #E2E0DE
}
.main h1{
color: #3c8dbc;
font-weight: normal;
padding: 40px 0;
}
#ifcss{
transform:scale(2);
}
</style>
</head>
<body>
<div class="main">
<h1>Baacloud官网 | 最新地址发布页</h1>
<div class="content">
<div class="content-top">
<h2>IP地址查询</h2>
<ul>
<li>
<br>
<iframe src="//2021.ip138.com/" rel="nofollow" width="45%" height="70" frameborder="0" scrolling="no" id="ifcss"></iframe>
</li>
</ul>
</div>
</div>
<div class="content">
<div class="content-top">
<h2>请大家 Ctrl+D 收藏本页</h2>
<ul>
<li>
Baacloud最新地址:
<a href="http://t.colafu.com/ernoq" target="_blank">http://t.colafu.com/ernoq</a>
</li>
</ul>
<p><br>无法打开请多刷新几遍,或者发邮件联系客服<br><br>客服邮箱:kefu#baacloud.com #换成@</p>
</div>
</div>
</div>
</body></html>