38 lines
1.5 KiB
PHP
Executable File
38 lines
1.5 KiB
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<base href="<?php echo base_url(); ?>">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="Rizvi">
|
|
<meta name="keyword" content="Php, Hospital, Clinic, Management, Software, Php, CodeIgniter, Hms, Accounting">
|
|
<link rel="shortcut icon" href="uploads/favicon.png">
|
|
<title>Access Is Denied</title>
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="common/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="common/css/bootstrap-reset.css" rel="stylesheet">
|
|
<!--external css-->
|
|
<link href="common/assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
|
|
<!-- Custom styles for this template -->
|
|
<link href="common/css/style.css" rel="stylesheet">
|
|
<link href="common/css/style-responsive.css" rel="stylesheet" />
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 tooltipss and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="js/html5shiv.js"></script>
|
|
<script src="js/respond.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
|
|
<body class="body-404">
|
|
<div class="container">
|
|
<section class="error-wrapper">
|
|
<i class="icon-404"></i>
|
|
<h1>Access Is Denied</h1>
|
|
<h2>You dont Have enough permission to see this page</h2>
|
|
</section>
|
|
</div>
|
|
</body>
|
|
</html>
|