-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmaintenance.php
54 lines (51 loc) · 2.18 KB
/
maintenance.php
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
<?php include 'init.php'; ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta lang="en" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link href="favico.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="<?php echo $css; ?>style.css" />
<link rel="stylesheet" href="<?php echo $css; ?>normalize.css" />
<link rel="stylesheet" href="<?php echo $css; ?>font-awesome.min.css">
<link rel="stylesheet" href="<?php echo $css; ?>bootstrap.css" />
<link rel="stylesheet" href="<?php echo $css; ?>emojionearea.min.css" />
<link rel="stylesheet" href="<?php echo $css; ?>aos.css" />
<script type="text/javascript" src="includes/layout/script/jquery-3.3.1.min.js"></script>
<meta name="description" content="GoStalker helps you to get freinds feedback as votes and good or evil messages !">
<!--[if It IE 9]>
<script src="<?php echo $js; ?>html5shiv.min.js"></script>
<script src="<?php echo $js; ?>respond.min.js"></script>
<![endif]-->
<title>GoStalker Maintenance</title>
</head>
<body>
<?php
include $template . 'header-out.php';
?>
<div id="main">
<div class="content-404">
<div class="container-err">
<div class="error">
<img src="img/maintenance.png">
<br>
<h3>GoStalker is under maintenance.</h3>
<ul>
<li>It will take several minutes.</li>
<li>That's mean we're working to make it better.</li>
<li>We are adding some new features.</li>
</ul>
<div class="btns">
<button class="back-btn" onclick="history.go(-1);">Back </button>
<button class="contact-btn" href="">Contact us </button>
<button class="help-btn" href="">Help</button>
</div>
</div>
</div>
<?php include($template . 'footer.php'); ?>
</div>
</div>
</body>
</html>