Advertisement
Guest User

index.hbs

a guest
Mar 2nd, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <h1>Hello!</h1>
  2. <p>
  3. Welcome to your Online-Notebook
  4. </p>
  5.  
  6. <div class="hej">
  7. <a class="remove" href="/notes">See all Notes </a>
  8.  
  9.  
  10. <form action="/" method="post">
  11. <h2>Log in here</h2>
  12. Username: <input type="text" placeholder="Enter username" name="username" required> <br>
  13. Password: <input type="password" placeholder="Enter password" name="password" required>
  14. <input type="submit" name="submit" value="Submit">
  15. </form>
  16. <a href="/sign-up">Sign up to get more features!</a>
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement