-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSW-GBSC.html
More file actions
84 lines (82 loc) · 2.9 KB
/
SW-GBSC.html
File metadata and controls
84 lines (82 loc) · 2.9 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>「硝云:星纪蒙疆戍」游戏介绍</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
}
header {
background: #333;
color: #fff;
padding-top: 30px;
min-height: 70px;
border-bottom: #e8491d 3px solid;
text-align: center;
}
header h1 {
margin: 0;
font-size: 2.5em;
}
.game-intro {
background: #fff;
padding: 20px;
margin: 20px 0;
}
.game-intro h2 {
font-size: 1.8em;
margin-bottom: 15px;
color: #333;
}
.game-intro p {
margin: 10px 0;
text-align: justify;
}
.game-intro img {
max-width: 100%;
height: auto;
margin: 15px 0;
}
footer {
background: #333;
color: #fff;
text-align: center;
padding: 10px 0;
position: relative;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>「硝云:星纪蒙疆戍」游戏介绍</h1>
</div>
</header>
<div class="container">
<div class="game-intro">
<h2>游戏背景</h2>
<p>在1921年的中华蒙古,温甘伦的部队击溃了中国驻军,占领了中国的西外蒙古地区。随着时间的推进和温甘伦军队向蒙古西部的进军,名为“死亡”的钟声越来越靠近中华蒙古(西蒙古)的省会乌兰坡尔。关键时刻,来自圆峤的“天外来客”决定帮助中华蒙古,并且派出自己的军队和中华蒙古军队一同参加了(乌兰坡尔)保卫战。玩家需要扮演那场战争的指挥官,和“天外来客”一起,守卫乌兰坡尔。</p>
<h2>游戏剧情</h2>
<p>一场艰苦卓绝的战斗,中华蒙古最后的城市——乌兰坡尔危在旦夕,温甘伦的铁蹄践踏着最后的家园。不屈的人们埋伏于西部山区,用简陋的武器和坚定的信念,能够击垮敌军的精锐。人们在沦陷的惹安娜的废墟中奋勇杀敌,夺回了失地。不仅对家园的守护,更是对自由的捍卫。为了中华蒙古的未来,我们愿意献出一切。</p>
</div>
</div>
<footer>
<div class="container">
<p>版权所有 © 2025 LIB 临时工作室</p>
</div>
</footer>
</body>
</html>