-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (70 loc) · 1.03 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset=“UTF-8”>
<title>网站快速访问系统</title>
<style>
body {
font-size:30px;
}
</style>
</head>
<body>
欢迎使用网站快速访问系统
<br>
<a href="http://www.baidu.com/">
<button>百度</button>
</a>
<br>
<a href="http://www.bing.com/">
<button>bing</button>
</a>
<br>
<a href="http://www.mail.qq.com/">
<button>qq邮箱</button>
</a>
<br>
<a href="http://www.4399.com/">
<button>网页游戏</button>
</a>
<br>
<a href="https://www.apple.com.cn/">
<button>苹果官网</button>
</a>
<br>
<a href="https://www.ji-cloud.cn/index_wap.php">
<button>极云普惠云电脑</button>
</a>
<br>
<a href="https://www.bilibili.com">
<button>B站</button>
</a>
<br>
<a href="https://www.epicgames.com">
<button>epic游戏平台</button>
</a>
</body>
<time>
<style>
time {
font-size:10px;
}
</style>
<br>
<br>
<br>
<br>
<br>
<br>
<style>
p {
color:red;
}
</style>
<p>注意:张文硕制作,未经同意禁止转载!!
<br>
本版本为测试版本,不代表最终品质!
<br>
版本号:1.0
</p>
</html>