25 lines
900 B
HTML
25 lines
900 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>wasmcloud Registration</title>
|
||
|
<link rel="stylesheet" href="/static/gruvbox.css">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
</head>
|
||
|
<body id="top">
|
||
|
<main>
|
||
|
<h1>wasmcloud Registration</h1>
|
||
|
|
||
|
<form action="/register" method="POST">
|
||
|
Username: <input type="text" name="username"><br>
|
||
|
Email: <input type="text" name="email"><br>
|
||
|
Password: <input type="password" name="password"><br>
|
||
|
<input type="submit" value="Submit">
|
||
|
</form>
|
||
|
|
||
|
<footer>
|
||
|
<p>wasmcloud is by <a href="https://christine.website">Christine Dodrill</a>. For more information, please <a href="https://christine.website/contact">Contact us</a>.</p>
|
||
|
</footer>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|