www/contact.php

6 lines
164 B
PHP
Raw Permalink Normal View History

2018-12-24 17:57:01 +00:00
<?php include 'HEADER.php';?>
2019-01-05 17:29:38 +00:00
<title>Contact Us - thunix Shell Provider and Web Host</title>
2018-12-24 17:57:01 +00:00
<h2>Contact Us</h2>
<p>(Coming soon)</p>
<?php include 'FOOTER.php';?>