-
Notifications
You must be signed in to change notification settings - Fork 56
/
coming_soon.html
83 lines (68 loc) · 2.89 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
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Mosaddek">
<meta name="keyword" content="FlatLab, Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina">
<link rel="shortcut icon" href="img/favicon.png">
<title>Coming Soon </title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-reset.css" rel="stylesheet">
<!--external css-->
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<!-- coming soon styles -->
<link href="css/soon.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<link href="css/style-responsive.css" rel="stylesheet" />
<!-- HTML5 shim and Respond.js IE8 support of HTML5 tooltipss and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body class="cs-bg">
<!-- START HEADER -->
<section id="header">
<div class="container">
<header>
<!-- HEADLINE -->
<a class="logo floatless" href="index.html">Flat<span>lab</span></a>
<h1 > Coming Soon...</h1>
<br/>
<p> At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos </p>
</header>
<!-- START TIMER -->
<div id="timer" data-animated="FadeIn">
<p id="message"></p>
<div id="days" class="timer_box"></div>
<div id="hours" class="timer_box"></div>
<div id="minutes" class="timer_box"></div>
<div id="seconds" class="timer_box"></div>
</div>
<!-- END TIMER -->
<div class="col-lg-4 col-lg-offset-4 mt centered">
<h4> LET ME KNOW WHEN YOU LAUNCH</h4>
<form class="form-inline" role="form">
<div class="form-group">
<label class="sr-only" for="exampleInputEmail2">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter email">
</div>
<button type="submit" class="btn btn-danger">Submit</button>
</form>
</div>
</div>
</section>
<!-- END HEADER -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/soon/plugins.js"></script>
<script src="js/soon/custom.js"></script>
</body>
<!-- END BODY -->
</html>