mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
9 lines
283 B
PHP
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'); ?>
|