-
Notifications
You must be signed in to change notification settings - Fork 416
/
Copy pathpage_500_v1.html
30 lines (30 loc) · 1.13 KB
/
page_500_v1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DevOOPS</title>
<meta name="description" content="description">
<meta name="author" content="Evgeniya">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="../plugins/bootstrap/bootstrap.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet">
<link href="../css/style_v1.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="http://getbootstrap.com/docs-assets/js/html5shiv.js"></script>
<script src="http://getbootstrap.com/docs-assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container-fluid">
<div class="row">
<div id="page-500" class="col-xs-12 text-center">
<h1>Error 500</h1>
<h3>Oops, Internal Server Error</h3>
<img src="../img/logo-200.png" alt="" />
<a href="../index_v1.html" class="btn btn-default btn-label-left"><span><i class="fa fa-reply"></i></span> Go to Dashboard</a>
</div>
</div>
</div>
</body>
</html>