Advertisement
Guest User

Untitled

a guest
Sep 10th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script>
  4. window.alert("Please login to continue")
  5. </script>
  6. <title>GEVER</title>
  7. <style>
  8. body {
  9. text-align:center;
  10. font-family:verdana;
  11. background-image: url("http://i.imgur.com/rte3iYE.png");
  12. }
  13.  
  14. #h1-1 {
  15. color:black;
  16. }
  17.  
  18. #p-1 {
  19. color:black;
  20. }
  21.  
  22.  
  23. </style>
  24. </head>
  25. <body style="">
  26. <h1 id="h1-1">WELCOME TO GEVER!</h1>
  27. <p id="p-1";">Login to continue:
  28. <br>
  29. <br><br>
  30. <form>
  31. <b>Username:</b><br>
  32. <input type="text" name="ID"><br>
  33. <br>
  34. <b>Password:</b><br>
  35. <input type="text" name="Password">
  36. </form>
  37. <br>
  38. <button type="button">Login</button>
  39. <br><br>
  40. Dont Registerd? Register <a id="a-1"; href="">here!</a>
  41. <br><br>
  42.  
  43. </p>
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement