-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (69 loc) · 2.99 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
<title>GokiSoft - AI LA TRIEU PHU</title>
<link rel="stylesheet" type="text/css" href="game.css">
<body>
<div class="container">
<!-- <h1><img src="https://res.cloudinary.com/ziczacgroup/image/upload/v1587623413/qhwncq3wtjkrsyke6ayw.png" style="height: 100px; width: auto;"></h1> -->
<h1>Chương Trình <strong style="color: red">AI LÀ TRIỆU PHÚ</strong> - PHIÊN BẢN HVKTMM</h1>
<div id="each-question" class="row">
<table>
<thead>
<tr>
<div id="question"> <span id="question-number"></span>
<span id="display-question"></span>
</div>
<tr>
</thead>
<tbody id="sellector">
<tr>
<td>
<div id="boxA" class="box"></div>
</td>
<td>
<div id="boxB" class="box"></div>
</td>
</tr>
<tr>
<td>
<div id="boxC" class="box"></div>
</td>
<td>
<div id="boxD" class="box"></div>
</td>
</tr>
</tbody>
</table>
<div class="form-group" id="board-button">
<button class="btn btn-info" id="submit-answer">Xác Nhận Trả Lời</button>
<button class="btn btn-default" id="withdraw-button">Dừng Cuộc Chơi</button>
<button class="btn btn-info" id="help5050-button">50 : 50</button>
<button class="btn btn-primary" id="helpSurvey-button">Khảo Sát</button>
</div>
<div class="form-group" id="result-button">
<button class="btn btn-success" id="next-question">Câu Hỏi Tiếp Theo</button>
<button class="btn btn-danger" id="restart-game">Chơi Lại</button>
</div>
<div class="notice">
<div class="alert" id="alert"></div>
</div>
</div>
<button class="btn btn-success" id="create-game-button" style="display: none;">Create Game</button>
<div class="raw" id="reward"></div>
<div class="raw" id="survey-region">
<div class="surveyBoard">
<div class="raw" id="chartA"></div>
<div class="raw" id="chartB"></div>
<div class="raw" id="chartC"></div>
<div class="raw" id="chartD"></div>
</div>
</div>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="game.js"></script>
</div>
</body>