-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
88 lines (83 loc) · 4.06 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!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" />
<title>Document</title>
<!-- Bootstrap 5 -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<div class="w-100 h-25 position-fixed top-0 overflow-hidden">
<div class="d-flex h-100 justify-content-center gap-5">
<!-- ads content here -->
<a href="https://inet.vn/dang-ky-ten-mien?aff=433998">
<img src="https://drive.inet.vn/uploads/[email protected]/Domain-banner/Dang-ky-ten-mien/file-1538814939429_google-ads(336x280).png" title="Đăng ký tên miền"/>
</a>
<a href="https://my.tino.org/?affid=3193">
<img src="https://tinohost.com/wp-content/uploads/2020/02/nhanvat_Tino.png" />
</a>
<a href="https://inet.vn/dang-ky-ten-mien?aff=433998">
<img src="https://drive.inet.vn/uploads/[email protected]/Domain-banner/Dang-ky-ten-mien/file-1538814939429_google-ads(336x280).png" title="Đăng ký tên miền"/>
</a>
<a href="https://inet.vn/dang-ky-ten-mien?aff=433998">
<img src="https://drive.inet.vn/uploads/[email protected]/Domain-banner/Dang-ky-ten-mien/file-1538814939429_google-ads(336x280).png" title="Đăng ký tên miền"/>
</a>
<a href="https://inet.vn/dang-ky-ten-mien?aff=433998">
<img src="https://drive.inet.vn/uploads/[email protected]/Domain-banner/Dang-ky-ten-mien/file-1538814939429_google-ads(336x280).png" title="Đăng ký tên miền"/>
</a>
</div>
</div>
<div class="main-content d-flex justify-content-center align-items-center">
<div
class="redirect-card d-flex flex-column justify-content-center mx-3 py-3 px-5"
>
<div class="d-flex flex-column align-items-center text-white">
<div class="static-text invisible text-center">
Redirect to the link after
</div>
<div class="timer d-flex mb-3">
<div class="minute-text"></div>
<div class="colon-text static-text invisible"> : </div>
<div class="second-text"></div>
</div>
</div>
<div class="redirect d-flex justify-content-center w-100 mb-2">
<div class="loading-spinner spinner-border d-none text-white"></div>
<button
id="redirect-button"
class="btn btn-outline-warning d-none fs-5 border-5"
>
Skip now
</button>
</div>
</div>
</div>
<div class="w-100 h-25 position-fixed bottom-0 overflow-hidden">
<div class="d-flex h-100 justify-content-center gap-5">
<!-- ads content here -->
<a href="https://inet.vn/dang-ky-ten-mien?aff=433998">
<img src="https://drive.inet.vn/uploads/[email protected]/Domain-banner/Dang-ky-ten-mien/file-1538814939429_google-ads(336x280).png" title="Đăng ký tên miền"/>
</a>
<a href="https://inet.vn/dang-ky-ten-mien?aff=433998">
<img src="https://drive.inet.vn/uploads/[email protected]/Domain-banner/Dang-ky-ten-mien/file-1538814939429_google-ads(336x280).png" title="Đăng ký tên miền"/>
</a>
<a href="https://inet.vn/dang-ky-ten-mien?aff=433998">
<img src="https://drive.inet.vn/uploads/[email protected]/Domain-banner/Dang-ky-ten-mien/file-1538814939429_google-ads(336x280).png" title="Đăng ký tên miền"/>
</a>
<a href="https://inet.vn/dang-ky-ten-mien?aff=433998">
<img src="https://drive.inet.vn/uploads/[email protected]/Domain-banner/Dang-ky-ten-mien/file-1538814939429_google-ads(336x280).png" title="Đăng ký tên miền"/>
</a>
</div>
</div>
<!-- scripts -->
<script type="module" src="./js/script.js"></script>
</body>
</html>