-
Notifications
You must be signed in to change notification settings - Fork 0
/
coming-soon.html
63 lines (55 loc) · 2.61 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="zxx">
<!-- Mirrored from code-theme.com/html/findhouses/coming-soon.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 30 Sep 2024 05:35:04 GMT -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="html 5 template">
<meta name="author" content="">
<title>Coming Soon - HTML5 Template</title>
<!-- FAVICON -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i%7CMontserrat:600,800" rel="stylesheet">
<!-- FONT AWESOME -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- ARCHIVES CSS -->
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/lightcase.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- START SECTION HEADINGS -->
<section class="headings-7">
<div class="text-heading text-center">
<div class="container">
<h1>We Are Coming Soon</h1>
<!-- Final Countdown Timer Script -->
<span id="clock" class="font-36 text-center"></span>
<form class="bloq-email mailchimp form-inline" method="post">
<label for="subscribeEmail" class="error"></label>
<div class="email">
<input type="email" id="subscribeEmail" name="EMAIL" placeholder="Enter Your Email">
<input type="submit" value="Subscribe">
<p class="subscription-success"></p>
</div>
</form>
<p class="sorry mt-5">Sorry.... We are improving and fixing problems of our website. We will be back very soon....</p>
</div>
</div>
</section>
<!-- END SECTION HEADINGS -->
<!-- ARCHIVES JS -->
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/tether.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/ajaxchimp.min.js"></script>
<script src="js/newsletter.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="js/timer.js"></script>
</body>
<!-- Mirrored from code-theme.com/html/findhouses/coming-soon.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 30 Sep 2024 05:35:05 GMT -->
</html>