www/signup.php

6 lines
156 B
PHP
Raw Normal View History

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