Files
2026-06-17 15:46:26 +02:00

30 lines
1.1 KiB
PHP

<?php
require("../inc/connect.php");
require("../inc/session.php");
require("inc/header.php");
?>
<div class="row">
<div class="col-md-12">
<h4 class="page-head-line">Blank Page</h4>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="alert alert-warning">
This is blank page for which you can customize for your project.
Use this admin template 100% free to use for personal and commercial use which is crafted by
<br />
<a href="http://www.designbootstrap.com/" target="_blank">DesignBootstrap.com</a> . For more free templates and snippets keep looking <a href="http://www.designbootstrap.com/" target="_blank">DesignBootstrap.com</a> . Hope you will like our work
</div>
</div>
</div>
<!-- CONTENT-WRAPPER SECTION END-->
<?php
require("inc/footer.php");
?>