forked from swfdevpro/theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
error-500.html
61 lines (45 loc) · 1.62 KB
/
error-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login to - eKoders Responsive Admin Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/fonts.css">
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css">
<!-- PAGE LEVEL PLUGINS STYLES -->
<!-- Tc core CSS -->
<link id="qstyle" rel="stylesheet" href="assets/css/themes/style.css">
<!-- Add custom CSS here -->
<!-- End custom CSS here -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="error">
<div id="wrapper">
<!-- BEGIN MAIN PAGE CONTENT -->
<div class="error-container">
<div class="container">
<div class="error-box">
<h1 class="error-code"><i class="fa fa-warning smaller-50"></i> 500 <small>Something Went Wrong</small></h1>
<h3>But we are working on it!</h3>
<div class="space-12"></div>
<a href="index.html" class="btn btn-primary">Go to Home!</a>
</div>
</div>
</div>
<!-- END MAIN PAGE CONTENT -->
</div>
<!-- core JavaScript -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!-- PAGE LEVEL PLUGINS JS -->
<!-- Themes Core Scripts -->
<!-- initial page level scripts for examples -->
</body>
</html>