Advertisement
Guest User

Untitled

a guest
May 31st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.85 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>OUG Counter Strike Server</title>
  4. <style type="text/css">
  5. table.one
  6. {
  7. border:2px solid #9C9E94;
  8. }
  9. input.one
  10. {
  11. border:1px solid #98bf21;
  12. padding:4px;
  13. }
  14. body
  15. {
  16. font-family:Arial, Helvetica, sans-serif;
  17. }
  18. form input.one:focus
  19. {
  20. background-color:#EFFDC3;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <center>
  26. <h1>OUG CS Server Admin Login</h1>
  27. <br><br><br>
  28. <form action="index.php" method="post">
  29. <table class="one" width="20%" height="15%">
  30. <td><center>
  31. <table border="0">
  32. <tr>
  33. <td>Username:</td>
  34. <td><input type="text" class="one" name="username"></td>
  35. </tr>
  36. <tr>
  37. <td>Password:</td>
  38. <td><input type="password" class="one" name="password"></td>
  39. </tr>
  40. <tr>
  41. <td></td>
  42. <td><input type=submit value="Login" style="width:150px;height:27px" /></td>
  43. </tr>
  44. </table>
  45. </td>
  46. </center>
  47. </table>
  48.  
  49. </form>
  50. </center>
  51.  
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement