This commit is contained in:
Kyle
2020-12-16 17:09:56 -08:00
parent ac69a4ec57
commit ad638ef47d
4 changed files with 11 additions and 61 deletions

9
index.php Normal file
View File

@@ -0,0 +1,9 @@
<?php include('globalHTML/header.php'); ?>
<title>Card Conjurer</title>
<div class='layer center'>
<h2>Welcome to Card Conjurer</h2>
</div>
<div class='layer center'>
<h2>The home page is currently under construction...</h2>
</div>
<?php include('globalHTML/footer.php'); ?>