added site content

This commit is contained in:
Anton McClure 2018-12-24 17:59:21 +00:00
parent e5cc57b3ef
commit e79bc4a569
3 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<?php include '/home/amcclure/public_html/HEADERS.php';?>
<?php include 'HEADERS.php';?>
<center><h1>Thunix Shell Provider and Web Host</h1></center><hr>
<center><p><?php include '/home/amcclure/public_html/MENU.php';?></p></center>
<center><p><?php include 'MENU.php';?></p></center>
<hr>

View File

@ -1,5 +1,5 @@
<a href="index.php">Home</a> |
<a href="faq.php">FAQ</a> |
<a href="coc.php">Rules</a> |
<a href="contact.php">Contact Us</a> |
<a href="index.php">Home</a> |
<a href="faq.php">FAQ</a> |
<a href="coc.php">Rules</a> |
<a href="contact.php">Contact Us</a> |
<a href="signup.php">Sign Up</a>

View File

@ -1,5 +1,5 @@
<?php include '/home/amcclure/public_html/HEADER.php';?>
<?php include 'HEADER.php';?>
<title> - Thunix Shell Provider and Web Host</title>
<h2></h2>
<p></p>
<?php include '/home/amcclure/public_html/FOOTER.php';?>
<?php include 'FOOTER.php';?>