-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (47 loc) · 2.39 KB
/
Copy pathindex.html
File metadata and controls
48 lines (47 loc) · 2.39 KB
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
<!DOCTYPE html>
<html class="page" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ONA | BootstrapTema</title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader">
<div id="preloaders"> <img src="img/preloader.gif" height="64" width="64" alt="preloader"></div>
</div>
<div class="coming-soon">
<div class="container">
<div class="row">
<div class="logo"><i class="fa fa-hand-peace-o" aria-hidden="true"></i> <i class="fa fa-hand-peace-o" aria-hidden="true"></i> <i class="fa fa-hand-peace-o" aria-hidden="true"></i></div>
<h2>ONA</h2>
<p>On our website are the changes made</p>
<p class="tleft">To open a website left</p>
<div class="counter">
<div class="days-wrapper"> <span class="days"></span> <br>
days </div>
<div class="hours-wrapper"> <span class="hours"></span> <br>
hours </div>
<div class="minutes-wrapper"> <span class="minutes"></span> <br>
minutes </div>
<div class="seconds-wrapper"> <span class="seconds"></span> <br>
seconds </div>
</div>
</div>
<div class="social"> <a href="#"><i class="fa fa-facebook"></i></a> <a href="#"><i class="fa fa-twitter"></i></a> <a href="#"><i class="fa fa-google-plus"></i></a> <a href="#"><i class="fa fa-pinterest"></i></a> <a href="#"><i class="fa fa-linkedin"></i></a></div>
<div class="copyright">Copyright © ONA - Bootstrap Template by <a href="http://bootstraptema.ru/">BootstrapTema</a></div>
</div>
</div>
<!-- Javascript -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="js/custom.js"></script>
</body>
</html>