-
Notifications
You must be signed in to change notification settings - Fork 9
/
500.html
38 lines (38 loc) · 1.41 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
<!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>500 Page</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="" name="description" />
<meta content="" name="author" />
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" />
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<link href="css/style-responsive.css" rel="stylesheet" />
<link href="css/style-default.css" rel="stylesheet" id="style_color" />
</head>
<!-- END HEAD -->
<!-- BEGIN BODY -->
<body class="error-500">
<div class="error-wrap">
<h1>Ouch!</h1>
<h2>Looks like something went wrong</h2>
<div class="metro green">
<span> 5 </span>
</div>
<div class="metro yellow">
<span> 0 </span>
</div>
<div class="metro purple">
<span> 0 </span>
</div>
<p>For Updates follow us on <a href="javascript:;">twitter</a> , Very soon we will fix the issue. <a href="index.html"> Return Home </a></p>
</div>
</body>
<!-- END BODY -->
</html>