website/join.html

23 lines
584 B
HTML
Raw Normal View History

2019-04-16 18:28:23 +00:00
<html>
<head>
<title>Tilde.red</title>
2019-04-16 21:33:06 +00:00
<link href="site.css" rel="stylesheet" type="text/css">
<meta charset="utf-8" />
2019-04-16 18:28:23 +00:00
</head>
<body bgcolor="#FF0000">
2019-04-16 21:33:06 +00:00
<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>
2019-04-16 18:28:23 +00:00
</div>
2019-04-16 21:33:06 +00:00
<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>
2019-04-16 18:28:23 +00:00
</div>
</body>
</html>