Orbit/public/403.html

28 lines
590 B
HTML

<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" type="text/css" href="stylesheets/error-pages.css" media="all"/>
</head>
<body>
<style type="text/css">
body {
margin: 0;
padding: 40px 0 0 0;
background-color: #F3F3F3;
}
</style>
<!-- Error Pages Start Here -->
<div id="error-page">
<div class="card">
<div class="figure code-403"></div>
<div class="message">
<h1>We're Sorry</h1>
<p>You are not authorized to view this page</p>
</div>
</div>
</div>
<!-- Error Pages End Here -->
</body>
</html>