-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-error-500.html
55 lines (47 loc) · 1.92 KB
/
page-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
<!DOCTYPE html>
<html lang="en" class="h-100">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="robots" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Boltz : Crypto Admin Template" />
<meta property="og:title" content="Boltz : Crypto Admin Template" />
<meta property="og:description" content="Boltz : Crypto Admin Template" />
<meta property="og:image" content="https://boltz.dexignzone.com/xhtml/social-image.png" />
<meta name="format-detection" content="telephone=no">
<!-- PAGE TITLE HERE -->
<title>Boltz : Payment Admin Template</title>
<!-- FAVICONS ICON -->
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
<link href="./css/style.css" rel="stylesheet">
</head>
</head>
<body class="vh-100">
<div class="authincation h-100">
<div class="container h-100">
<div class="row justify-content-center h-100 align-items-center">
<div class="col-md-5">
<div class="form-input-content text-center error-page">
<h1 class="error-text fw-bold">500</h1>
<h4><i class="fa fa-times-circle text-danger"></i> Internal Server Error</h4>
<p>You do not have permission to view this resource</p>
<div>
<a class="btn btn-primary" href="./index.html">Back to Home</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--**********************************
Scripts
***********************************-->
<!-- Required vendors -->
<script src="./vendor/global/global.min.js"></script>
<script src="./js/custom.min.js"></script>
<script src="./js/deznav-init.js"></script>
</body>
</html>