-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpages-500.html
63 lines (49 loc) · 2.5 KB
/
pages-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>500 page | Velonic - Responsive Bootstrap 4 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Responsive bootstrap 4 admin template" name="description">
<meta content="Coderthemes" name="author">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- App favicon -->
<link rel="shortcut icon" href="assets\images\favicon.ico">
<!-- App css -->
<link href="assets\css\bootstrap.min.css" rel="stylesheet" type="text/css" id="bootstrap-stylesheet">
<link href="assets\css\icons.min.css" rel="stylesheet" type="text/css">
<link href="assets\css\app.min.css" rel="stylesheet" type="text/css" id="app-stylesheet">
</head>
<body class="authentication-page">
<div class="account-pages my-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-6 col-xl-5">
<div class="card mt-4">
<div class="card-header text-center p-4 bg-primary">
<h4 class="text-white mb-0 mt-0">Velonic</h4>
</div>
<div class="card-body">
<div class="text-center">
<h1 class="text-error display-4 font-weight-bold">500</h1>
<h3 class="text-uppercase font-weight-bold text-danger mt-4">Internal Server Error</h3>
<p class="text-muted mt-4"> Why not try refreshing your page? or you can contact <a href="" class="text-primary"><b>Support</b></a></p>
<a class="btn btn-md btn-block btn-primary waves-effect waves-light mt-4" href="index.html"> Return Home</a>
</div>
</div>
<!-- end card-body -->
</div>
<!-- end card -->
<!-- end row -->
</div>
<!-- end col -->
</div>
<!-- end row -->
</div>
</div>
<!-- Vendor js -->
<script src="assets\js\vendor.min.js"></script>
<!-- App js -->
<script src="assets\js\app.min.js"></script>
</body>
</html>