This repository was archived by the owner on Jan 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmaintenance.php
More file actions
112 lines (87 loc) · 3.05 KB
/
maintenance.php
File metadata and controls
112 lines (87 loc) · 3.05 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
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?php
?>
<!DOCTYPE HTML>
<html>
<head>
<?php echo $tags; ?>
<title>iLoot.it | Maintenance</title>
<link href="/assets/css/fonts.css" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="/assets/css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="/assets/css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="/assets/css/bootstrap.css">
<!-- Magnific Popup -->
<link rel="stylesheet" href="/assets/css/magnific-popup.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="/assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="/assets/css/owl.theme.default.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="/assets/css/style.css">
<!-- Modernizr JS -->
<script src="/assets/js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="colorlib-loader"></div>
<div id="page">
<nav class="colorlib-nav" role="navigation">
<div class="top-menu">
<div class="container">
<div class="row">
<div class="col-md-2">
<div id="colorlib-logo"><a href="index.php"><img src="/assets/images/logo.png" width="128px" alt="iLoot.it"></a></div>
</div>
</div>
</div>
</div>
</nav>
<section id="home" class="video-hero" style="height: 100px; background-image: url(/assets/images/cover_img_1.jpg); background-size:cover; background-position: center center;background-attachment:fixed;" data-section="home">
<div class="overlay"></div>
</section>
<div id="colorlib-contact">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center colorlib-heading animate-box">
<h2>Maintenance</h2>
<div class="row form-group">
<div class="col-md-12">
<p>Sorry, We are under renovation. iLoot will back up very soon. We are sorry for any inconvenience caused.</b></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="gototop js-top">
<a href="#" class="js-gotop"><i class="icon-arrow-up2"></i></a>
</div>
<!-- jQuery -->
<script src="/assets/js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="/assets/js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="/assets/js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="/assets/js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="/assets/js/jquery.stellar.min.js"></script>
<!-- YTPlayer -->
<script src="/assets/js/jquery.mb.YTPlayer.min.js"></script>
<!-- Owl carousel -->
<script src="/assets/js/owl.carousel.min.js"></script>
<!-- Magnific Popup -->
<script src="/assets/js/jquery.magnific-popup.min.js"></script>
<script src="/assets/js/magnific-popup-options.js"></script>
<!-- Counters -->
<script src="/assets/js/jquery.countTo.js"></script>
<!-- Main -->
<script src="/assets/js/main.js"></script>
</body>
</html>