-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
104 lines (103 loc) · 4.1 KB
/
index.html
File metadata and controls
104 lines (103 loc) · 4.1 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!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="shortcut icon" href="ypc.jpg" type="image/x-icon" />
<title>វៃក្អមសាងស្នេហ៍</title>
<link
href="https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="board-block">
<div class="khmer-mode"></div>
<div class="pot-block">
<div class="pot pot1"></div>
<div class="pot pot2"></div>
<div class="pot pot3"></div>
<div class="pot pot4"></div>
<div class="pot pot5"></div>
</div>
</div>
<div class="question-block">
<h1 class="title-question">
សំណួរ ៖ តើថ្ងៃទីបីនៃពិធីបុណ្យចូលឆ្នាំគេហៅថាថ្ងៃអ្វីដែរ?
</h1>
<div class="q1 q">
<input type="radio" name="question" class="rdb1" />
<label for="" class="lb1">ក.មហាសង្ក្រាន្ត</label>
</div>
<div class="q2 q">
<input type="radio" name="question" class="rdb2" />
<label for="" class="lb2">ខ.វារៈវ័នបត</label>
</div>
<div class="q3 q">
<input type="radio" name="question" class="rdb3" />
<label for="" class="lb3">គ.វារៈឡើងស័ក</label>
</div>
</div>
<!-- Show win or lose -->
<div class="status-block">
<h2 class="status">🎊អ្នកឆ្លើយបានត្រឹមត្រូវ🎊</h2>
<h2 class="telling"></h2>
<h2 class="correct"></h2>
<button class="Get-reward btn">មើលរង្វាន់</button>
</div>
<!-- Gift block -->
<div class="gift-block">
<div class="img-gift"></div>
<h2 class="gift-text">ឆ្លើយមិនត្រូវហើយរកការដូរទៀត😁😂</h2>
<button class="open-gift btn">
<a href="https://web.facebook.com/sok.chansocheat.1" target="_blank"
>បើករង្វាន់</a
>
</button>
<button class="play-again btn">លេងម្ដងទៀត</button>
</div>
<!-- Game Title -->
<h1 class="game-title">វៃក្អមសាងស្នេហ៍</h1>
<!-- play block -->
<div class="play-block">
<button class="btn-play btn">ចាប់ផ្ដើមលេង</button>
<h4>Social Media</h4>
<div class="social-media">
<a href="https://web.facebook.com/sok.chansocheat.1" target="_blank"
><i class="bx bxl-facebook-circle"></i
></a>
<a
target="_blank"
href="https://www.youtube.com/channel/UCMkJYvhmN0hdPO5oLsQEmbA"
>
<i class="bx bxl-youtube"></i>
</a>
<a target="_blank" href="https://twitter.com/ChansocheatS">
<i class="bx bxl-twitter"></i>
</a>
<a target="_blank" href="https://github.com/cheat2001">
<i class="bx bxl-github"></i>
</a>
</div>
<h5>Developer Chansocheat Sok</h5>
</div>
<div class="help-block">
<h2 class="hint">
ជំនួយ៖
ដើម្បីធ្វើការលេងហ្គេមនេះលោកអ្នកគ្រាន់តែចុចពីលើក្អមដើម្បីធ្វើការវៃហើយនៅក្នុងក្អមនីមួយៗគឺមានសំណួរដើម្បីឲលោកអ្នកឆ្លើយ។
</h2>
<button class="next-btn btn">បន្តទៅហ្គេម</button>
</div>
<div class="spinner">
<div class="lds-ellipsis">
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<script src="app.js"></script>
</body>
</html>