website/signup.html

19 lines
656 B
HTML

<html>
<head>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>Kiiwiis Sign-Up</title>
</head>
<body>
<h1>Sign-Up Information for Kiiwiis.xyz</h1>
<ol>
<li>Email me with the username you would like here: <a href="mailto:kiiwiiwastaken@tilde.team">kiiwiiwastaken@tilde.team</a></li>
</ol>
<br>
<br>
<p>And that's it! I'll be sure to respond within about 24 hours with your temporary password! Please change it as soon as you sign-in for the first time by running
<code>passwd</code> :)</p>
</body>
</html>