Store in GIT

This commit is contained in:
2026-06-17 15:46:26 +02:00
parent 47150cc7ca
commit 876ad89e72
134 changed files with 31034 additions and 0 deletions
+30
View File
@@ -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");
?>