-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherrors_503.html
More file actions
77 lines (64 loc) · 2.63 KB
/
errors_503.html
File metadata and controls
77 lines (64 loc) · 2.63 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
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<!-- BEGIN HEAD -->
<head>
<meta charset="UTF-8" />
<title>BCORE Admin Dashboard Template | Error 503</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="" name="description" />
<meta content="" name="author" />
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<!-- GLOBAL STYLES -->
<!-- GLOBAL STYLES -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.css" />
<link rel="stylesheet" href="assets/plugins/Font-Awesome/css/font-awesome.css" />
<!--END GLOBAL STYLES -->
<!-- PAGE LEVEL STYLES -->
<link rel="stylesheet" href="assets/css/error.css" />
<link rel="stylesheet" href="assets/plugins/magic/magic.css" />
<!--END PAGE LEVEL STYLES -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<body >
<!-- PAGE CONTENT -->
<div class="container">
<div class="col-lg-8 col-lg-offset-2 text-center">
<div class="logo">
<h1>Error 503 !</h1>
</div>
<p class="lead text-muted">Oops, an error has occurred. Service Unavailable!</p>
<div class="clearfix"></div>
<div class="col-lg-6 col-lg-offset-3">
<form action="index.html">
<div class="input-group">
<input type="text" placeholder="search .." class="form-control" />
<span class="input-group-btn">
<button class="btn btn-primary" type="button"><i class="icon-search"></i></button>
</span>
</div>
</form>
</div>
<div class="clearfix"></div>
<br />
<div class="col-lg-6 col-lg-offset-3">
<div class="btn-group btn-group-justified">
<a href="index.html" class="btn btn-primary">Return Dashboard</a>
<a href="index.html" class="btn btn-success">Return Website</a>
</div>
</div>
</div>
</div>
<!-- END PAGE CONTENT -->
</body>
<!-- END BODY -->
</html>