45 lines
1.3 KiB
PHP
Executable File
45 lines
1.3 KiB
PHP
Executable File
<!-- Content Wrapper. Contains page content -->
|
|
<div class="content-wrapper">
|
|
<!-- Content Header (Page header) -->
|
|
<section class="content-header">
|
|
<h1>
|
|
Access Denied
|
|
</h1>
|
|
<!-- <ol class="breadcrumb">
|
|
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
|
<li><a href="#">Examples</a></li>
|
|
<li class="active">404 error</li>
|
|
</ol> -->
|
|
</section>
|
|
|
|
<!-- Main content -->
|
|
<section class="content">
|
|
<div class="error-page">
|
|
<h2 class="headline text-yellow"> Access Denied</h2>
|
|
|
|
<div class="error-content">
|
|
<h3><i class="fa fa-warning text-yellow"></i> Oops! Page not found.</h3>
|
|
|
|
<p>
|
|
You are not authorize user to use this
|
|
</p>
|
|
|
|
<form class="search-form">
|
|
<div class="input-group">
|
|
<input type="text" name="search" class="form-control" placeholder="Search">
|
|
|
|
<div class="input-group-btn">
|
|
<button type="submit" name="submit" class="btn btn-warning btn-flat"><i class="fa fa-search"></i>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
<!-- /.input-group -->
|
|
</form>
|
|
</div>
|
|
<!-- /.error-content -->
|
|
</div>
|
|
<!-- /.error-page -->
|
|
</section>
|
|
<!-- /.content -->
|
|
</div>
|
|
<!-- /.content-wrapper --> |