-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaintenance.html
executable file
·78 lines (78 loc) · 3.72 KB
/
maintenance.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Angles - Multipurpose One & Multi Page HTML5 template - ThemeForest</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<!-- Google Fonts -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
<!-- Font Awesome CSS -->
<link rel="stylesheet" type="text/css" href="css/animate.css">
<!-- animate CSS -->
<link rel="stylesheet" href="css/style.css">
<!-- Style CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Responsive CSS -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="wrapper">
<!--PRELOADER START-->
<div class="preloader">
<div class="preloader-bounce">
<div class="pl-child pl-double-bounce1"></div>
<div class="pl-child pl-double-bounce2"></div>
</div>
<h3>Angles</h3>
</div><!--/.preloader-->
<!--PRELOADER END-->
<!--MAINTENANCE START-->
<div class="maintenance-wrapper bg-dark" style="background-image:url(http://via.placeholder.com/1920x1080)">
<div class="maintenance-section text-center">
<div class="maintenance-box">
<div class="container">
<figure class="site-logo"><img src="images/logo.png" alt=""></figure>
<span class="maintenance-icon"><i class="fa fa-cog fa-spin-custom spinner-lg"></i></span>
<h1 class="text-uppercase">we’re down for maintenance</h1>
<p>This Site is Currently Under Maintenance <br><strong class="text-uppercase text-primary">We will back shortly</strong></p>
<div class="stay-connected">
<p class="text-uppercase"><strong>Stay connected with us</strong></p>
<ul class="connect-links">
<li class="fb"><a href="#" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li>
<li class="tw"><a href="#" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li class="yt"><a href="#" target="_blank" title="Youtube"><i class="fa fa-youtube"></i></a></li>
<li class="in"><a href="#" target="_blank" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
</ul><!--/.connect-links-->
</div><!--/.stay-connected-->
</div>
</div><!--/.maintenance-box-->
</div><!--/.maintenance-section-->
</div><!--/.maintenance-wrapper-->
<!--MAINTENANCE END-->
<a href="https://themeforest.net/item/angles-multipurpose-one-multi-page-html5-template/20887454?ref=LitmusThemes" target="_blank" class="purchase-btn"><i class="fa fa-shopping-cart" style="margin-right:8px; font-size:1.2em;"></i> Purchase Now</a>
</div><!--/#wrapper-->
<script src="js/jquery.js"></script>
<!-- Latest jQuery Library File -->
<script src="js/bootstrap.min.js"></script>
<!-- Latest Bootstrap -->
<script src="js/jquery.downCount.js"></script>
<!-- Countdown JS -->
<script src="js/modernizr.min.js"></script>
<!-- modernizer JS -->
<script src="js/form.js"></script>
<script src="js/general-scripts.js"></script>
<!-- Main Script -->
</body>
</html>