-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathclosed.html
71 lines (62 loc) · 2.48 KB
/
closed.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="theme-style.css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,400italic,300,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<style>
body{
font-family: 'Lato', sans-serif;
background-color: rgb(254, 254, 254);
margin-top: 50px;
font-size: inherit;
font-size: 1em;
font-size: 16px;
}
</style>
<title>Website is offline for a while</title>
</head>
<body>
<div class="container">
<div class="row">
<header class="col-md-12 text-center">
<h2 class="page-header">Website is offline for a while</h2>
</header>
</div>
</div>
<div class="container">
<div class="row">
<hr>
<p><a class=btn btn-link" href="index.php" title="return-to site">Try Again</a></p>
</div>
</div>
<div class="clearfix"><hr></div>
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-xs-6">
<p class="copyright">© Details NanoBlog</p>
</div>
<div class="col-lg-6 col-xs-6">
<ul class="list-unstyled">
<li><form name="search"><input class="form-control" id="detailsSearch" type="text" name="details_search" placeholder="Search"></form></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
</body>
</html>