-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (42 loc) · 2.19 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
<!DOCTYPE html>
<html>
<head>
<meta name="Quốc hội Khóa XV" content="width=device-width, initial-scale=1">
<script src="homepage.js"></script>
<link rel="stylesheet" href="homepage.css">
<title>Thông tin Quốc Hội khóa XV</title>
</head>
<body>
<div class="title">
<h1>Thông tin Quốc Hội khóa XV</h1>
</div>
<div class="preamble">
<i>Tổng số đơn vị bầu cử đại biểu Quốc hội khóa XV trong cả nước là 184.</i>
</div>
<h1>Bạn được đại diện bởi đơn vị đại biểu nào ở Quốc hội Khóa XV?</h1>
<div>Dựa trên <a
href="http://quochoi.vn/bancongtacdaibieu/content/tintuc/Lists/News/Attachments/231/Nghiquyet.64.donvibaucu.pdf">Nghị
Quyết 64</a></div>
<br>
<form name="form 1" id="form1" action="/action_page.php">
Tỉnh/Thành phố: <select name="province" id="province">
<option value="" selected="selected">Chọn tỉnh/thành phố</option>
</select>
<br><br>
Quận/huyện/thị xã: <select name="district" id="district">
<option value="" selected="selected">Chọn tỉnh/thành phố trước</option>
</select>
<br><br>
</form>
<h1 name="result" id="result"></h1>
<br>
<div>Giúp chúng tôi xây dựng thêm data tại: <a
href="https://docs.google.com/spreadsheets/d/1IrqaSTp7aswj8DEaQLWqNpd4Vqit1yI2mIbd5_zOhS8/edit?usp=sharing"
target="_blank" rel="noopener noreferrer">Link</a></div>
<br>
<br>
<div>Giúp xây dựng project tại: <a href="https://github.com/VietThan/QuocHoiXV" target="_blank"
rel="noopener noreferrer">Link</a></div>
<br>
</body>
</html>