www/users.php

50 lines
1.9 KiB
PHP
Raw Normal View History

2018-12-24 18:14:41 +00:00
<?php include 'HEADER.php';?>
2019-01-05 17:29:38 +00:00
<title>User Web Directories - thunix Shell Provider and Web Host</title>
2018-12-24 18:14:41 +00:00
<h2>User Web Directories</h2>
2019-01-08 22:12:21 +00:00
<!-- Leave this section for now.
2018-12-24 18:14:41 +00:00
<h3>Summit</h3>
<ul>
<li><a href="/~amcclure/">Anton McClure</a> (amcclure)</li>
2018-12-24 19:53:09 +00:00
<li><a href="/~ubergeek/">~Ubergeek</a> (ubergeek)</li>
2018-12-24 18:14:41 +00:00
</ul>
2019-01-08 22:12:21 +00:00
-->
2018-12-24 18:14:41 +00:00
<h3>Phoenix</h3>
<ul>
<!--<li><a href="//phoenix.thunix.cf/~/"></a></li>-->
2019-01-08 22:12:21 +00:00
<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>
<li><a href="/~quetzalcoatl/">quetzalcoatl</a></li>
<li><a href="/~redhat/">redhat</a></li>
<li><a href="/~gokce/">gokce</a></li>
<li><a href="/~r/">r</a></li>
<li><a href="/~brendantcc/">brendantcc</a></li>
<li><a href="/~dragon/">dragon</a></li>
<li><a href="/~spanmer/">spanmer</a></li>
<li><a href="/~panzer/">panzer</a></li>
<li><a href="/~hawaii/">hawaii</a></li>
<li><a href="/~trip/">trip</a></li>
<li><a href="/~xenialito69/">xenialito69</a></li>
<li><a href="/~freuddy/">freuddy</a></li>
<li><a href="/~ringo/">ringo</a></li>
<li><a href="/~hexhaxtron/">hexhaxtron</a></li>
2018-12-24 18:14:41 +00:00
</ul>
2019-01-05 17:29:38 +00:00
<p>Note that most content on thunix are provided by thunix's users, not the owner of
2018-12-24 18:14:41 +00:00
the server. Comments should be addressed to the owner of the web directory in the
first instance - their email address here is
2019-01-08 22:12:21 +00:00
<code>&lt;username&gt;@thunix.cf</code>,
2018-12-24 18:14:41 +00:00
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';?>