mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-26 21:04:58 -05:00
php
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<?php include('/globalHTML/header.php'); ?>
|
<?php include('globalHTML/header.php'); ?>
|
||||||
<title>404 - Card Conjurer</title>
|
<title>404 - Card Conjurer</title>
|
||||||
<div class='layer center'>
|
<div class='layer center'>
|
||||||
<h2 class='padding margin-bottom' style='font-size: 10rem;'>404</h2>
|
<h2 class='padding margin-bottom' style='font-size: 10rem;'>404</h2>
|
||||||
@@ -7,4 +7,4 @@
|
|||||||
<div class='layer center'>
|
<div class='layer center'>
|
||||||
<h4 class='padding'>The page you seek is as lost as Fblthp.</h4>
|
<h4 class='padding'>The page you seek is as lost as Fblthp.</h4>
|
||||||
</div>
|
</div>
|
||||||
<?php include('/globalHTML/footer.php'); ?>
|
<?php include('globalHTML/footer.php'); ?>
|
10
test.php
10
test.php
@@ -1,10 +0,0 @@
|
|||||||
<?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'); ?>
|
|
Reference in New Issue
Block a user