register.html 143 B

12345
  1. <h1>Register</h1><form method="POST" action="/v1/register">
  2. <input type="email" />
  3. <input type="password" />
  4. <input type="submit" />
  5. </form>