Store in GIT
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
<?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");
|
||||
?>
|
||||
Reference in New Issue
Block a user