Guest User

Untitled

a guest
Apr 18th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Attack On Purdue Login</title>
  4. <link rel="stylesheet" type="text/css" href="styles.css">
  5. </head>
  6. <body>
  7. <div id="init_div">
  8. <h1>ATTTACK ON PURDUE</h1>
  9. <div>
  10. <p style="display: inline">Username: </p>
  11. <input type="username">
  12. </div>
  13. <div>
  14. <p style="display: inline">Password: </p>
  15. <input type="password">
  16. </div>
  17.  
  18. <button onclick="login()">Login</button>
  19. </div>
  20. ...
  21.  
  22. #init_div {
  23. width:800px;
  24. height:600px;
  25. background-color:red;
  26. }
Add Comment
Please, Sign In to add comment