-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
141 lines (129 loc) · 4.83 KB
/
index.html
File metadata and controls
141 lines (129 loc) · 4.83 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html oncontextmenu="return false" onselectstart="return false" ondragstart="return false">
<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>Đếm ngược ngày thi THPTQG 2023</title>
<meta name="google-site-verification" content="TVe9XQacy_aveuWaFqZk_5CumxWQfPQn1szLn0VZxZk" />
<meta property="og:title" content="Đếm ngược ngày thi THPTQG 2023" />
<meta name="description" content="Đếm ngược ngày thi THPTQG đến ngày 07/07/2023" />
<meta property="og:description"
content="Đếm ngược ngày thi tốt nghiệp THPT 2024" />
<meta name="keywords" content="đếm ngược ngày thi, thi thpt, thi thptqg, đếm ngày thi, tính ngày thi, đếm ngược ngày thi thpt 2023, đếm ngược ngày thi tốt nghiệp thpt" />
<script>
document.onkeydown = function (e) {
return false;
}
</script>
<!--====== Favicon Icon ======-->
<link rel="icon" type="image/png" sizes="250x250" href="images/dem-nguoc.png">
<!-- Main CSS -->
<link rel="stylesheet" href="styles/main.css" />
<link rel="stylesheet" href="cursor/cursor.css">
<!-- ====== Fontawesome CDN Link ====== -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
</head>
<body>
<main>
<h1>Đếm ngược ngày thi tốt nghiệp THPTQG 2023</h1>
<h2 class="quote-area">
<span id="quote"></span>
</h2>
<p class="date">Ngày thi: 07/07/2024 (Dự Kiến)</p>
<div class="countdown">
<div class="countdown-block">
<span class="days time-elem">
<span class="top">00</span>
<span class="top-back">
<span>00</span>
</span>
<span class="bottom">00</span>
<span class="bottom-back">
<span>00</span>
</span>
</span>
<span class="title">Ngày</span>
</div>
<div class="countdown-block">
<span class="hours time-elem">
<span class="top">00</span>
<span class="top-back">
<span>00</span>
</span>
<span class="bottom">00</span>
<span class="bottom-back">
<span>00</span>
</span>
</span>
<span class="title">Giờ</span>
</div>
<div class="countdown-block">
<span class="minutes time-elem">
<span class="top">00</span>
<span class="top-back">
<span>00</span>
</span>
<span class="bottom">00</span>
<span class="bottom-back">
<span>00</span>
</span>
</span>
<span class="title">Phút</span>
</div>
<div class="countdown-block">
<span class="seconds time-elem">
<span class="top">00</span>
<span class="top-back">
<span>00</span>
</span>
<span class="bottom">00</span>
<span class="bottom-back">
<span>00</span>
</span>
</span>
<span class="title">Giây</span>
</div>
</div>
<ul class="social">
<li>
<a href="https://www.facebook.com/duonggbach003" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
<path fill="#8385A9"
d="M22.675 0H1.325C.593 0 0 .593 0 1.325v21.351C0 23.407.593 24 1.325 24H12.82v-9.294H9.692v-3.622h3.128V8.413c0-3.1 1.893-4.788 4.659-4.788 1.325 0 2.463.099 2.795.143v3.24l-1.918.001c-1.504 0-1.795.715-1.795 1.763v2.313h3.587l-.467 3.622h-3.12V24h6.116c.73 0 1.323-.593 1.323-1.325V1.325C24 .593 23.407 0 22.675 0z" />
</svg>
</a>
</li>
</ul>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/gsap.min.js"></script>
<script src="script.js"></script>
<script src="cursor/cursor.js"></script>
<!-- Messenger Plugin chat Code -->
<div id="fb-root"></div>
<!-- Your Plugin chat code -->
<div id="fb-customer-chat" class="fb-customerchat">
</div>
<script>
var chatbox = document.getElementById('fb-customer-chat');
chatbox.setAttribute("page_id", "102788465866644");
chatbox.setAttribute("attribution", "biz_inbox");
</script>
<!-- Your SDK code -->
<script>
window.fbAsyncInit = function() {
FB.init({
xfbml : true,
version : 'v14.0'
});
};
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/vi_VN/sdk/xfbml.customerchat.js';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
</body>
</html>