-
Notifications
You must be signed in to change notification settings - Fork 0
/
ad.html
98 lines (97 loc) · 2.75 KB
/
ad.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
96
97
98
<!DOCTYPE html>
<html>
<head>
<title>诸璟祺|网站首页</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="bar.css">
<link rel="stylesheet" href="main.css">
<style>
.ad1{
background-color:#ffe93e;
text-align:center;
}
.ad2{
background-color:#1cff8e;
text-align:center;
}
.ad3{
background-color:#ffba18;
text-align:center;
}
.ad4{
background-color:#aaaaff;
text-align:center;
}
.ad5{
background-color:#00aaff;
text-align:center;
}
</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>
<div class="ad1">
<h1><font color="tomato">ADVERTISEMENT</font><br></h1>
<h3>
快来看看我的Scratch作品!!!<br>
<a href="https://www.40code.com/#page=work&id=11629">追逐奶酪</a><br>
<a href="https://www.40code.com/#page=work&id=7786">飞机模拟器</a><br>
快看看吧<br>
庞宇源的广告<br><br></h3>
</div>
<div class="ad2">
<h1><font color="tomato">ADVERTISEMENT</font><br></h1>
<h3>
快来看看我的个人主页!!!<br>
<a href="https://zhujingqi.com/xibao">点击这里</a><br>
快看看吧<br>
吴冬的广告<br><br></h3>
</div>
<div class="ad3">
<h1><font color="tomato">ADVERTISEMENT</font><br>
广告位招租!!!!!!!!!!<br>
联系我(用邮箱或给我留言)<br>
请看【联系】<br>
想要?请把你的广告的标题、内容发到[email protected]!<br><br></h1>
</div>
<div class="ad4">
<h1><font color="tomato">ADVERTISEMENT</font><br>
广告位招租!!!!!!!!!!<br>
联系我(用邮箱或给我留言)<br>
请看【联系】<br>
想要?请把你的广告的标题、内容发到[email protected]!<br><br></h1>
</div>
<div class="ad5">
<h1><font color="tomato">ADVERTISEMENT</font><br>
广告位招租!!!!!!!!!!<br>
联系我(用邮箱或给我留言)<br>
请看【联系】<br>
想要?请把你的广告的标题、内容发到[email protected]!<br><br></h1>
</div>
<hr>
<a href="#"> 回到顶部</a>
<hr>
<center style="background-color:gray">
<br>
编写:诸璟祺<br>
开发:GitHub<br>
🅩🅗🅤🅙🅘🅝🅖🅠🅘.🅒🅞🅜<br><br>
</center>
</body>
</html>