Advertisement
hills12

Untitled

Dec 27th, 2016
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.35 KB | None | 0 0
  1. <!--in the login.handlebars put this -->
  2.  
  3. <h1>Log Into Your Account</h1>
  4. <form method="POST">
  5.         <label for="username">Username:</label>
  6.         <input type="text" name="username"><br />
  7.         <label for="password">Password:</label>
  8.         <input type="password" name="password"><br />
  9.         <button type="submit">submit</button>
  10. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement