Files
cardconjurer/index.php
2020-12-16 17:09:56 -08:00

9 lines
283 B
PHP

<?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'); ?>