Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Login</title>
  5. <center>
  6. <h1>Login</h1>
  7. </center>
  8. </head>
  9. <body>
  10. <center>
  11. <script type="text/javascript" src="js/main.js"></script>
  12. <FORM>
  13. <input type="text" id="user" placeholder="Username"><br \>
  14. <input type="password" id="pass" placeholder="Password"><br \>
  15. <input type="button" onclick="clicked()" value="Log in">
  16. </FORM>
  17. </center>
  18.  
  19.  
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement