-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path500.html
87 lines (78 loc) · 3.83 KB
/
500.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Internal Server Error - Stilearn Admin Bootstrap</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="author" content="stilearning" />
<!-- google font -->
<link href="http://fonts.googleapis.com/css?family=Aclonica:regular" rel="stylesheet" type="text/css" />
<!-- styles -->
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/bootstrap-responsive.css" rel="stylesheet" />
<link href="css/stilearn.css" rel="stylesheet" />
<link href="css/stilearn-responsive.css" rel="stylesheet" />
<link href="css/stilearn-helper.css" rel="stylesheet" />
<link href="css/stilearn-icon.css" rel="stylesheet" />
<link href="css/font-awesome.css" rel="stylesheet" />
<link href="css/animate.css" rel="stylesheet" />
<!-- 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]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<!-- section header -->
<header class="header" data-spy="affix" data-offset-top="0">
<!--nav bar helper-->
<div class="navbar-helper">
<div class="row-fluid">
<!--panel site-name-->
<div class="span2">
<div class="panel-sitename">
<h2><a href="index.html"><span class="color-teal">Sti</span>learn</a></h2>
</div>
</div>
<!--/panel name-->
</div>
</div><!--/nav bar helper-->
</header>
<!-- section content -->
<section class="section">
<div class="container">
<div class="error-page">
<h1 class="error-code color-red">Error 500</h1>
<p class="error-description muted">A generic error message, given when no more specific message is suitable</p>
<form />
<div class="control-group">
<div class="input-append input-icon-prepend">
<div class="add-on">
<a title="search" style="" class="icon"><i class="icofont-search"></i></a>
<input class="input-xxlarge animated grd-white" type="text" placeholder="what you looking for?" />
</div>
<input type="submit" class="btn" value="Search" />
</div>
</div>
</form>
<a href="index.html" class="btn btn-small btn-primary"><i class="icofont-arrow-left"></i> Back to Dashboard</a>
<a href="index.html" target="_blank" class="btn btn-small btn-success">Back to Site <i class="icofont-arrow-right"></i></a>
</div>
</div>
</section>
<!-- section footer -->
<footer>
<a rel="to-top" href="#top"><i class="icofont-circle-arrow-up"></i></a>
</footer>
<!-- javascript
================================================== -->
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
<script type="text/javascript">
$(document).ready(function() {
// try your js
})
</script>
</body>
</html>