website/join.html

18 lines
589 B
HTML

<html>
<head>
<title>Tilde.red</title>
</head>
<body bgcolor="#FF0000">
<div stlye="width:20%;">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="manifesto.html">Manifesto</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="join.html">Become a citizen</a></li>
</div>
<div style="float:right;width:75%;">
<p>Send an email to root at tilde dot red, and explain why you want to join. Instructions will come back, with how to proceed.</p>
</div>
</body>
</html>