-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoming-soon.html
63 lines (55 loc) · 1.97 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 class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Business Template</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" type="text/css" href="slick/slick.css"/>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<div class="wrapper">
<div class="row">
<div class="mid-wrap">
<div class="large-12 columns text-center">
<img src="images/logo1.png" style="height: 80px;"> </div>
<div class="large-12 columns text-center">
<h1>We Will Back Soon</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. <br> Curabitur tincidunt molestie neque. Integer laoreet ac nisl vel lobortis.</p>
</div>
<div class="large-12 columns">
<div id="countdown">
<p class="days">00</p>
<p class="timeRefDays">days</p>
<p class="hours">00</p>
<p class="timeRefHours">hours</p>
<p class="minutes">00</p>
<p class="timeRefMinutes">minutes</p>
<p class="seconds">00</p>
<p class="timeRefSeconds">seconds</p>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="clearfix"></div>
</div>
<div class="copy">
<div class="row">
<div class="large-12 columns">
Copyright © 2016 SleekBiz. All Rights Reserved. Free <a href="http://www.pfind.com/goodies/sleekbiz/">SleekBiz</a> Template by <a href="http://www.pfind.com/goodies/">pFind Goodies</a>
</div>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
<script src="js/timer.js"></script>
</body>
</html>