-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-error-403.html
54 lines (46 loc) · 1.88 KB
/
page-error-403.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
<!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="AVAS access portal for clients" />
<meta property="og:title" content="AVAS Portal" />
<meta property="og:description" content="AVAS access portal for clients" />
<!-- <meta property="og:image" content="https://jobick.dexignlab.com/xhtml/social-image.png" /> -->
<meta name="format-detection" content="telephone=no">
<!-- PAGE TITLE HERE -->
<title>Error 403</title>
<!-- FAVICONS ICON -->
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
<link href="./css/style.css" rel="stylesheet">
</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">403</h1>
<h4><i class="fa fa-times-circle text-danger"></i> Forbidden 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/dlabnav-init.js"></script>
</body>
</html>