mirror of https://github.com/ThunixdotNet/www.git
Update 'faq.php'
This commit is contained in:
parent
611dc42592
commit
7492d251e6
54
faq.php
54
faq.php
|
@ -1,28 +1,28 @@
|
||||||
<?php include 'HEADER.php';?>
|
<?php include 'HEADER.php';?>
|
||||||
<title>Frequently Asked Questions - thunix Shell Provider and Web Host<</title>
|
<title>Frequently Asked Questions - thunix Shell Provider and Web Host<</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="top">
|
<div id="top">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="logo">
|
<div id="logo">
|
||||||
<h1>☣ thunix</h1>
|
<h1>☣ thunix</h1>
|
||||||
<p>Shell Provider and Web Host</p>
|
<p>Shell Provider and Web Host</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="page">
|
<div id="page">
|
||||||
<div id="page-bgtop">
|
<div id="page-bgtop">
|
||||||
<div id="page-bgbtm">
|
<div id="page-bgbtm">
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div class="post">
|
<div class="post">
|
||||||
<h2 class="title">Frequently Asked Questions</h2>
|
<h2 class="title">Frequently Asked Questions</h2>
|
||||||
<div style="clear: both;"> </div>
|
<div style="clear: both;"> </div>
|
||||||
<div class="entry">
|
<div class="entry">
|
||||||
<p><b style="color: #FF00FF">How do I sign up for an account?</b><br>You can ask in #thunix on tilde.chat, or you can email amcclure (with the instructions on the main page).</p>
|
<p><b style="color: #FF00FF">How do I sign up for an account?</b><br>You can ask in #thunix on tilde.chat, or you can email amcclure (with the instructions on the main page).</p>
|
||||||
<p><b style="color: #FF00FF">Who is running thunix?</b><br>The current system administrators are <a href="/~amcclure">amcclure</a> and <a href="/~ubergeek">ubergeek</a>.</p>
|
<p><b style="color: #FF00FF">Who is running thunix?</b><br>The current system administrators are <a href="/~amcclure">amcclure</a> and <a href="/~ubergeek">ubergeek</a>.</p>
|
||||||
<p><b style="color: #FF00FF">What happened to the old thunix? Why the name change?</b><br>The original machine and founder dissappeared without any warning to anyone, including server staff. For this reason, most things were not backed up. The founder hexhaxtron is currently not reachable, so we needed to obtain a new domain name, and a new set of machines.</p>
|
<p><b style="color: #FF00FF">What happened to the old thunix? Why the name change?</b><br>The original machine and founder dissappeared without any warning to anyone, including server staff. For this reason, most things were not backed up, and we needed to obtain a new domain name, and a new set of machines.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="clear: both;"> </div>
|
<div style="clear: both;"> </div>
|
||||||
</div>
|
</div>
|
||||||
<?php include 'MENU.php'; ?>
|
<?php include 'MENU.php'; ?>
|
||||||
<?php include 'FOOTER.php';?>
|
<?php include 'FOOTER.php';?>
|
Loading…
Reference in New Issue