-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (80 loc) · 4.05 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
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>模拟战联盟</title>
</head>
<body>
<h1>模拟战联盟主页</h1>
<div class="jieShao">
<h2>组队介绍</h2>
<br><br>
<p>他们的游戏:暴雪的<a target="_blank" href="https://sc2.blizzard.cn/home">《星际争霸2》</a></p>
<p>本组主要有BILIBILI中的“<a target="_blank" href="https://space.bilibili.com/275283096/?spm_id_from=333.999.0.0">努力的探机</a>”,“<a target="_blank" href="https://space.bilibili.com/1724198508/?spm_id_from=333.999.0.0">晏C</a>”,“<a target="_blank" href="https://space.bilibili.com/535757190/?spm_id_from=333.999.0.0">科技机器商店</a>”和“<a target="_blank" href="https://space.bilibili.com/1249560155">晏小绿</a>”这四位指挥官。</p>
<p>他们的账号分别是:星际大萌新#5558、F6B2#5657、狂妄之人#51339、dev#51964</p>
<p>他们的种族分别是:星灵、星灵、人类、人类</p>
<br><br>
<h3 id="jingDian">经典作品</h3>
<br>
<a target="_blank" href="https://www.bilibili.com/video/BV1Ut4y1x7cf?spm_id_from=333.999.0.0&vd_source=3a701128f1ee544280ba4b1618c691c1&t=24.9">努力的探机之《探机也要开始加速了!》</a>
<br>
<a target="_blank" href="https://www.bilibili.com/video/BV13Y4y1t7nz?spm_id_from=333.999.0.0&vd_source=3a701128f1ee544280ba4b1618c691c1&t=0.9">晏C之《TVT胜 机械化》</a>
<br>
<a target="_blank" href="https://www.bilibili.com/video/BV1VZ4y127qi?spm_id_from=333.999.0.0&vd_source=3a701128f1ee544280ba4b1618c691c1">科技机器商店之《既然两船兵失败了那就让3BB来淹死你吧!》</a>
<br>
<a target="_blank" href="https://www.bilibili.com/video/BV1HW4y1n7in/?spm_id_from=333.999.0.0&vd_source=3a701128f1ee544280ba4b1618c691c1&t=7.6">晏小绿之《3BB干掉!【ZYMCraft6】》</a>
<br>
</div>
<div>
<img src="https://sc2.nosdn.127.net/images/2019/9/3/c3717d1f5b532c3782dbd94294c3a141" alt="错误">
</div>
<div class="biSai">
<h2>最近赛事</h2>
<br><br>
<h3 style="font-size: 25px;">1 v 1</h3>
<br>
<ul>
<li class="end">资格赛:努力的探机 VS 晏C 已结束</li>
<br>
<li class="end">资格赛:科技机器商店 VS 晏小绿 已结束</li>
<br>
<li class="end">复活赛:晏C VS 晏小绿 已结束</li>
<br>
<li class="end">复活赛:努力的探机 VS 科技机器商店 已结束</li>
<br>
<li class="notStart">复活赛:晏C VS 科技机器商店 未开始</li>
<br>
</ul>
<br><br>
<h3 style="font-size: 25px;">2 v 2</h3>
<br>
<ul>
<li class="notStart">科技机器商店 and 晏小绿 VS 努力的探机 and 晏C 未开始</li>
</ul>
<br><br><br>
<h3>Rep 下载</h3>
<a href="Rep文件.zip">比赛文件夹下载</a>
<br><br><br>
</div>
<div id="abc">
<img src="https://sc2.nosdn.127.net/images/2022/5/11/121b960d7842dab625762f32c08fa564" alt="错误" height="296px" width="640px">
</div>
<div class="lianXi">
<h2>联系我们</h2>
<form action="mailto:[email protected]" method="post">
<br>
<p>去反馈😃!</p>
<br>
<button type="submit" class="myButton">~提交~</button>
</form>
</div>
<div class="yeWei">
<p>©2022模拟张联盟版权所有</p>
<p>QQ 群号:966984004</p>
</div>
<script src="script.js"></script>
</body>
</html>