Fixed errors and added more content.

This commit is contained in:
Anton McClure 2018-12-24 18:14:41 +00:00
parent e79bc4a569
commit 47a313e5b4
5 changed files with 47 additions and 3 deletions

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="tos.php">Terms of Service</a> |
<a href="contact.php">Contact Us</a> |
<a href="signup.php">Sign Up</a>

5
copyright.php Executable file
View File

@ -0,0 +1,5 @@
<?php include 'HEADER.php';?>
<title>Copyright Notices and Acknowledgements - Thunix Shell Provider and Web Host</title>
<h2>Copyright Notices and Acknowledgements</h2>
<p>(Coming soon)</p>
<?php include 'FOOTER.php';?>

View File

@ -6,8 +6,7 @@
<p>
<ul>
<li><a href="users.php">User Web Directories</a>;</li>
<li><a href="server.php">Information and Announcements for Thunix</a>;</li>
<li><a href="stats/">Web Server Statistics for All Sites Hosted on Thunix Summit (Web Server)</a>;</li>
<li><a href="server.php">Status of Thunix Servers and Services</a>;</li>
</ul>
</p>

5
server.php Executable file
View File

@ -0,0 +1,5 @@
<?php include 'HEADER.php';?>
<title>Information and Announcements - Thunix Shell Provider and Web Host</title>
<h2>Information and Announcements</h2>
<p>(Coming soon)</p>
<?php include 'FOOTER.php';?>

35
users.php Executable file
View File

@ -0,0 +1,35 @@
<?php include 'HEADER.php';?>
<title>User Web Directories - Thunix Shell Provider and Web Host</title>
<h2>User Web Directories</h2>
<h3>Summit</h3>
<ul>
<li><a href="/~amcclure/">Anton McClure</a> (amcclure)</li>
<li><a href="/~ubergeek/"></a> (ubergeek)</li>
</ul>
<h3>Phoenix</h3>
<ul>
<!--<li><a href="/~/"></a></li>-->
<li><a href="/~amcclure/">amcclure</a></li>
<li><a href="/~ubergeek/">ubergeek</a></li>
<li><a href="/~naglfar/">naglfar</a></li>
<li><a href="/~parik/">parik</a></li>
<li><a href="/~fosslinux/">fosslinux</a></li>
<li><a href="/~slip/">slip</a></li>
</ul>
<p>Note that most content on Thunix are provided by Thunix's users, not the owner of
the server. Comments should be addressed to the owner of the web directory in the
first instance - their email address here is
<code>&lt;username&gt;@phoenix.thunix.cf</code> for Phoenix and
<code>&lt;username&gt;@thunix.cf</code> for Summit
unless otherwise specified within their web directory.</p>
<p>
If there is a problem which is not resolved by
the owner of the web directory, please contact
<a href="mailto:amcclure@ttm.sh"><code>amcclure@ttm.sh</code></a>.
</p>
<p>If you want to be added or removed from this list, please contact
<a href="mailto:amcclure@ttm.sh"><code>amcclure@ttm.sh</code></a>.
<?php include 'FOOTER.php';?>