Advertisement
MrHypercube

Untitled

Apr 14th, 2017
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <title>Login Test</title>
  2. <form action="http://localhost:3000/reg" method="post">
  3. <p>Username:</p>
  4. <input type="text" name="un" />
  5. <p>Password:</p>
  6. <input type="text" name="pass" />
  7. <p>Email</p>
  8. <input type="text" name="email" />
  9. <input type="submit" value="Register" />
  10. </form>
  11. <a href="login.hbs">Login</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement