Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>ScriptEd</title>
  5. </head>
  6. <body>
  7. <h1> ScriptEd Login</h1>
  8. Username: <input type="text" id="username"><p></p>
  9. Password: <input type="text" id="password">
  10. <p></p>
  11. <button> Login </button>
  12. <p class="message"></p>
  13.  
  14.  
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement