This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
coming-soon.html
63 lines (52 loc) · 2.67 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Admetro - Responsive Bootstrap 4 Admin Template</title>
<!-- Favicon -->
<link rel="icon" href="img/core-img/favicon.ico">
<!-- Master Stylesheet [If you remove this CSS file, your file will be broken undoubtedly.] -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Preloader -->
<div id="preloader"></div>
<!-- ======================================
******* Page Wrapper Area Start **********
======================================= -->
<div class="coming-soon-middle-box bg-img green-color-overlay-2" style="background-image: url(img/bg-img/bg-1.jpg)">
<!-- Coming Soon Content -->
<div class="cooming_soon_content my-5 px-4 text-center">
<div class="coming_soon_timer wow fadeInUp" data-wow-delay="0.6s">
<div id="clock"></div>
</div>
<div class="cooming_soon_text wow fadeInUp" data-wow-delay="1s">
<h5 class="text-white">Our website is under construction.
<br> We'll be here soon with our new awesome site, subscribe to be notified.</h5>
</div>
<div class="social_share_area wow fadeInUp" data-wow-delay="1.2s">
<a href="#" class="btn-floating btn-large mr-2"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#" class="btn-floating btn-large mr-2"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#" class="btn-floating btn-large mr-2"><i class="fa fa-pinterest" aria-hidden="true"></i></a>
<a href="#" class="btn-floating btn-large mr-2"><i class="fa fa-google-plus" aria-hidden="true"></i></a>
<a href="#" class="btn-floating btn-large"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</div>
</div>
</div>
<!-- ======================================
********* Page Wrapper Area End ***********
======================================= -->
<!-- Must needed plugins to the run this template -->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/admetro.bundle.js"></script>
<!-- Active JS -->
<script src="js/default-assets/active.js"></script>
</body>
</html>