website/join.html

23 lines
584 B
HTML

<html>
<head>
<title>Tilde.red</title>
<link href="site.css" rel="stylesheet" type="text/css">
<meta charset="utf-8" />
</head>
<body bgcolor="#FF0000">
<div>
<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>
</ul>
</div>
<div>
<center>
<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>
</center>
</div>
</body>
</html>