-
Notifications
You must be signed in to change notification settings - Fork 6
/
403.html
37 lines (34 loc) · 1.97 KB
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]-->
<title>Unauthorized Access | DevelopHowTo</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width,initial-scale=1"><!-- Place favicon.ico in the root directory -->
<link rel="apple-touch-icon" href="../favicon.ico">
<link rel="icon" href="../favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,300,400,700,900" rel="stylesheet"><!-- <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet"><!-- themeforest:css -->
<link rel="stylesheet" href="../css/vendor.min.css">
<link rel="stylesheet" href="../css/dashcore.min.css"><!-- endinject -->
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<main>
<div class="container-fluid">
<div class="fullscreen row align-items-center">
<div class="col-md-4 mx-md-auto text-center">
<div class="center-xy color-6 alpha-5 bold" style="font-size: 25rem; z-index: -1;">403</div><img src="../img/section/status/403.svg" class="img-responsive w-70 mx-auto" alt="">
<h2 class="bold text-danger mt-5">Unauthorized</h2>
<p class="color-2">Sorry, you're not allowed to do want you meant to do.</p><a href="../" class="btn btn-4 btn-rounded mt-5 py-3"><i class="icon fas fa-long-arrow-alt-left"></i> Back to home</a>
</div>
</div>
</div>
</main><!-- themeforest:js -->
<script src="../js/lib.min.js"></script>
<script src="../js/dashcore.min.js"></script><!-- endinject -->
</body>
</html>