-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgame.html
76 lines (76 loc) · 2.22 KB
/
game.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
<!DOCTYPE html>
<html>
<head>
<title>诸璟祺|游戏</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;
}
</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="text" style="width:95%;">
<h1>
欢迎来到游戏中心!!!
</h1>
</div>
<div class="text" style="width:95%;">
<h1>
<a href="https://www.40code.com/#page=work&id=11610" target="_blank">3D飞机模拟器,启动!!!</a>
</h1>
<h3>3D飞机驾驶模拟器|闲暇时刻玩一玩<br>但是由于40code社区的问题,暂时不登陆就看不了。</h3>
这是一个非常好玩的小游戏,跳转到40code编程社区<br>
<br>
</div>
<div class="text" style="width:95%;">
<h1>
<a href="https://zhujingqi.com/game/fakeai.html" target="_blank">FakeAI人工智障</a>
</h1>
<h3>一个人工智障!哈哈!<br>喜欢的话记得赞助!<br></h3>
【JS小游戏】<br>
<br>
</div>
<div class="text" style="width:95%;">
<h1>
<a href="https://zhujingqi.com/game/littlegame.html" target="_blank">一个小游戏</a>
</h1>
<h3>这是一个对话框游戏,玩的开心!<br></h3>
【JS小游戏】<br>
<br>
</div>
<div class="text" style="width:95%;">
<h1>
<a href="#" target="_blank">暂未开发的游戏</a>
</h1>
<h3>暂未开发,敬请期待!<br></h3>
<br>
</div>
<div style="background-color:gray;text-align:center;">
<br>
编写:诸璟祺<br>
开发:GitHub<br>
🅩🅗🅤🅙🅘🅝🅖🅠🅘.🅒🅞🅜<br><br>
</div>
</body>
</html>