-
Notifications
You must be signed in to change notification settings - Fork 2
/
Home.htm
98 lines (91 loc) · 2.32 KB
/
Home.htm
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
<html>
<head>
<meta charset="utf-8" />
<meta name="keywords" content="cpanel,vpanel,vista,panel,host,domain,free,免费,空间,免费空间">
<title>FreeVht</title>
<style>
/* Powered by Xiobb.禁止盗用CSS */
/* i标签 */
i::marker {
unicode-bidi: isolate;
font-variant-numeric: tabular-nums;
text-transform: none;
text-indent: 0px !important;
text-align: start !important;
text-align-last: start !important;
}
/* a标签 */
a {
text-decoration: none;
cursor: default;
color: blue;
}
a:hover {
text-decoration: underline;
cursor: pointer;
color: white;
background: blue;
}
/* 主页 */
body {
background: #fffbf0;
}
/* Foorer&small */
footer>small {
color: gray;
}
/* 同行 */
#同行 {
display:inline;
}
#同行#左{
display:inline;
width:49.99%;
}
#同行#右{
display:inline;
}
/* 小标题 */
#小标题{
font-size:12px;
font-weight:normal;
}
</style>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<br />
<blockquote>
<h1>
FreeVht
<!--
<small id="小标题">
<sub>
A Host For Everyone.
</sub>
</small>
-->
</h1>
<p>
永久免费的大空间VistaPanel虚拟主机
</p>
<br />
<p>
选择功能,开始使用:
<!--Links-->
<a href="/Home.htm">网站首页</a>
<a href="/Form.htm">注册空间</a>
<a href="https://www.xiobb.vip/" title="外链" target="_blank">Xiobb的小站</a>
</p>
<br />
<!--Footer-->
<footer>
<small>
Powered by <a href="https://www.xiobb.vip/">Xiobb</a> 2021.
</small>
</footer>
</blockquote>
</body>
</html>