packages feed

salvia-demo-1.0.0: www/signup.html

<!DOCTYPE html>
<!-- html5! -->
<title>Salvia signup demo.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="utf-8">

<header>
  <h1>Signup</h1>
</header>

<form id="signup" method="post" action="/signup">
<fieldset>
  <legend>Fill in username, password and email to signup.</legend>
  <p><label>Username: <input type="text"     name="username" placeholder="username"></label></p>
  <p><label>Password: <input type="password" name="password" placeholder="password"></label></p>
  <p><label>Email:    <input type="text"     name="email"    placeholder="email"></label></p>
  <input type="submit" value="signup">
</fieldset>
</form>