Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Bacon.js - example</title>
  6. </head>
  7. <body>
  8. <form action="#">
  9. <label>
  10. Username: <input name="username" type="text">
  11. </label>
  12. <label>
  13. Password: <input name="password" type="password">
  14. </label>
  15. <button type="submit">Sign in</button>
  16. </form>
  17.  
  18. <script src="./Bacon.js"></script>
  19. <script src="./index.js"></script>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement