-
Notifications
You must be signed in to change notification settings - Fork 0
/
html.html
95 lines (95 loc) · 2.36 KB
/
html.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
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
<!DOCTYPE html>
<html>
<head>
<title>诸璟祺|HTML教程</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://zhujingqi.com/bar.css">
<link rel="stylesheet" href="main.css">
<style>
*::selection{
background-color:#d4f5f9;
color:#5fd179;
}
.div2{
background-color:#ff780a;
border-radius:100px;
padding:20px;
}
.div2:hover{
background-color:#ff9011;
}
div div span a:link{
color:#ffffff;
}
h1{
background-color:#3cd1d1;
border-radius:75px;
padding:50px;
}
h1:hover{
background-color:#53d199;
}
span{
background-color:#90d153;
border-radius:50px;
padding:20px;
}
span:hover{
background-color:#cad144;
}
div div h1 span a{
background-color:#a508ff;
border-radius:25px;
margin:20px;
color:#ffffff;
}
div div h1 span a:hover{
background-color:#cf6fff;
}
</style>
</head>
<body>
<div class="bar">
<a href="https://zhujingqi.com/" style="background-color:#ffe93e"><b>诸璟祺</b></a>
<a href="https://zhujingqi.com/a/">文章</a>
<a href="me.html">介绍</a>
<a href="email.html">联系</a>
<a href="https://note.ms/zhujingqicom">留言</a>
<a href="moments.html">动态</a>
<a href="activity.html">活动</a>
<a href="game.html">游戏</a>
<a href="chatcat.html">聊天猫</a>
<a href="bluedeath.html">蓝屏</a>
<a href="html.html">HTML教程</a>
<a href="tools">工具</a>
<a href="money.html">赞助</a>
<a href="thanks.html">感谢</a>
<a href="v.html">更新</a>
</div>
<h1 style="margin:20px;">暂不开放,敬请期待!</h1>
<!--
<div class="text" style="width:95%;">
<div class="div2">
<h1>
<span>
<a href="https://zhujingqi.com/html/index.html">
   HTML教程,我来啦!!!!!!!!!!   
</a>
快去访问吧!
</span>
</h1>
</div>
<h6 style="text-align:center;">请在字上面点击!</h6>
<p style="font-size:10px;text-align:center;">
本教程由诸璟祺编写。大家可以学习。好好学习,天天向上。学如逆水行舟,不进则退。每天都要练习。有不足请指出,发到邮箱[email protected]!<br><br><br><br><br><br><br><br><br>
</p>
</div>
-->
<div style="background-color:gray;text-align:center;">
<br>
编写:诸璟祺<br>
开发:GitHub<br>
🅩🅗🅤🅙🅘🅝🅖🅠🅘.🅒🅞🅜<br><br>
</div>
</body>
</html>