First commit

This commit is contained in:
root
2019-03-13 17:40:00 +00:00
commit d2c5544785
1757 changed files with 155756 additions and 0 deletions

16
index.php Normal file
View File

@@ -0,0 +1,16 @@
<?php include("header.php"); ?>
<!-- Breadcrumbs-->
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Dashboard</a>
</li>
<li class="breadcrumb-item active">Blank Page</li>
</ol>
<!-- Page Content -->
<h1>Blank Page</h1>
<hr>
<p>This is a great starting point for new custom pages.</p>
<?php include("footer.php"); ?>