This repository has been archived on 2019-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
main_site/index.html

41 lines
1.6 KiB
HTML

<!doctype html>
<html>
<head>
<title>Thunix Phoenix Project - Coming Soon!</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://tildenic.org/css/hacker.css" rel="stylesheet">
</head>
<body>
<div style="width: 95%;text-align:center;">
<img src="thunix.jpg" alt="thunix logo"/><p/>
<h1>Thunix Phoenix Project</h1>
</div>
<div style="float:left; width:18%;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="coc.html">Rules</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="signup.html">Sign Up for an Account</a></li>
</ul>
</div>
<div style="float: right; width:75%;">
We"re climbing out way out of the ashes, but the Thunix Phoenix
Project is well on it's way to getting back.<br>
Checkout #thunix on irc server tilde.chat for updates.<br>
Right now, you can ask on IRC for a shell account to be made, and
someone with permissions will do it. Another way<br>
is to head over to the system's git repo at:
<a href="https://tildegit.org/thunix/ansible/">tildegit</a>,
and do a pull<br>
request to create your user account. Already done examples exist at
<a
href="https://tildegit.org/thunix/ansible/src/branch/master/roles/shell/tasks/users">
tildegit.org/thunix/ansible</a>
</div>
</body>
</html>