-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcoming-soon.html
76 lines (68 loc) · 2.87 KB
/
coming-soon.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title>Hafsa</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="assets/images/x-icon/01.png">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/all.min.css">
<link rel="stylesheet" href="assets/css/icofont.min.css">
<link rel="stylesheet" href="assets/css/lightcase.css">
<link rel="stylesheet" href="assets/css/swiper.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!-- preloader start here -->
<div class="preloader">
<div class="preloader-inner">
<div class="preloader-icon">
<span></span>
<span></span>
</div>
</div>
</div>
<!-- preloader ending here -->
<!-- ==========Coming Soon Section Starts Here========== -->
<section class="coming-soon-section padding-tb">
<div class="container">
<div class="coming-wrapper text-center">
<div class="inner-logo mb-5">
<a href="index.html"><img src="assets/images/logo/01.png" alt="Hafsa"></a>
</div>
<ul class="lab-ul event-count justify-content-center mb-4" data-date="July 31, 2021 21:14:01">
<li class="rounded-circle">
<span class="days">34</span>
<div class="count-text">Days</div>
</li>
<li class="rounded-circle">
<span class="hours">09</span>
<div class="count-text">Hours</div>
</li>
<li class="rounded-circle">
<span class="minutes">32</span>
<div class="count-text">Muni</div>
</li>
<li class="rounded-circle">
<span class="seconds">32</span>
<div class="count-text">Seco</div>
</li>
</ul>
<h1 class="coming-soon-title mb-4">Coming Soon</h1>
</div>
</div>
</section>
<!-- ==========Coming Soon Section Ends Here========== -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/fontawesome.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/swiper.min.js"></script>
<script src="assets/js/circularProgressBar.min.js"></script>
<script src="assets/js/isotope.pkgd.min.js"></script>
<script src="assets/js/lightcase.js"></script>
<script src="assets/js/functions.js"></script>
</body>
</html>