-
Notifications
You must be signed in to change notification settings - Fork 84
/
over.html
67 lines (51 loc) · 1.85 KB
/
over.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="css/over.css">
</head>
<body>
<body>
<header>
<span class="home"></span>
<span class="header-font">游戏结果</span>
<span class="help"></span>
</header>
<!-- ========================================================== -->
<div class="second">
<img class="cup" src="img/图层 1.png">
<span class="over">游戏结束</span>
</div>
<!-- ========================================================== -->
<ul>
<li>剩余玩家:</li>
<li>
<span class="thenes">杀手
<span id="kill">0</span>人</span>
<span class="thenes">平民
<span id="com">0</span>人</span>
</li>
</ul>
<!-- ==================================================== -->
<div class="main">
<li class="row">
<h4>第1天</h4>
<p class="a">晚上:
</p>
<p class="b" >白天:
</p>
</li>
</div>
<!-- =============================================== -->
<footer>
<span class="footer-left">再来一局</span>
<span class="footer-right">上传并分享</span>
</footer>
</body>
<script src="../state-machine.js"></script>
<script src="../jquery-3.3.1.min.js"></script>
<script src="../JavaScript2/js/over.js"></script>
</html>