forked from puikinsh/Bootstrap-Admin-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
403.html
63 lines (62 loc) · 2.5 KB
/
403.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>403</title>
<meta name="description" content="Metis: Bootstrap Responsive Admin Theme">
<meta name="viewport" content="width=device-width">
<link type="text/css" rel="stylesheet" href="assets/css/bootstrap.min.css" />
<link type="text/css" rel="stylesheet" href="assets/css/bootstrap-responsive.min.css" />
<link rel="stylesheet" href="assets/Font-awesome/css/font-awesome.min.css">
<link type="text/css" rel="stylesheet" href="assets/css/error.css" />
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if IE 7]>
<link type="text/css" rel="stylesheet" href="assets/Font-awesome/css/font-awesome-ie7.min.css"/>
<![endif]-->
</head>
<body>
<!-- #main -->
<div id="main">
<!-- .container-fluid -->
<div class="container-fluid">
<!-- .row-fluid -->
<div class="row-fluid">
<!-- .span12 -->
<div class="span12 logo">
<h1>403</h1>
</div>
<!-- /.span12 -->
</div>
<!-- /.row-fluid -->
<!-- .row-fluid -->
<div class="row-fluid">
<!-- .span6 -->
<div class="span6 offset3">
<p class="lead">Oops, an error has occurred. Forbidden!</p>
<form action="index.html" class="relative">
<input class="span12" type="text" placeholder="search ...">
<button class="btn btn-success submitBtn" type="button">
<i class="icon-search"></i>
</button>
</form>
</div>
<!-- /.span6 -->
</div>
<!-- /.row-fluid -->
<div class="row-fluid">
<div class="span6 offset3">
<div class="row-fluid">
<a href="index.html" class="btn btn-info span6">Return Dashboard</a>
<a href="index.html" class="btn btn-warning span6">Return Website</a>
</div>
</div>
</div>
</div>
<!-- /.container-fluid -->
</div>
<!-- /#main -->
</body>
</html>