orbit4-5/public/401.html

18 lines
427 B
HTML
Raw Normal View History

<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-401"></div>
<div class="message">
<h1>Unauthorized</h1>
<p>You dont have privileges to access this page.</p>
</div>
</div>
</div>
<!-- Error Pages End Here -->