global HTML

This commit is contained in:
Kyle
2020-12-16 16:47:06 -08:00
parent bddedd324f
commit aef942ca43
7 changed files with 100 additions and 59 deletions

10
test.php Normal file
View File

@@ -0,0 +1,10 @@
<?php include('/globalHTML/header.php'); ?>
<title>404 - Card Conjurer</title>
<div class='layer center'>
<h2 class='padding margin-bottom' style='font-size: 10rem;'>404</h2>
<h4 class='padding'>Page Not Found</h4>
</div>
<div class='layer center'>
<h4 class='padding'>The page you seek is as lost as Fblthp.</h4>
</div>
<?php include('/globalHTML/footer.php'); ?>