Guest User

sign-up.hbs

a guest
Mar 2nd, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <h1>Sign up page</h1>
  2. <div class="hej">
  3.  
  4. <form action="/sign-up" method="post">
  5. Username: <input type="text" placeholder="Enter username" name="username" required> <br>
  6. Password: <input type="password" placeholder="Enter password" name="password" required>
  7. <input type="submit" name="Sign up" value="Submit">
  8. </form>
  9. </div>
Add Comment
Please, Sign In to add comment