Advertisement
Guest User

Untitled

a guest
May 26th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>SAMP CP</title>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
  5. <!--
  6. body,td,th {
  7. color: #00FF00;
  8. font-family: Segoe UI;
  9. }
  10. body {
  11. background-color: #000000;
  12. }
  13. -->
  14. </style>
  15. <script type="text/javascript">
  16. function show_alert()
  17. {
  18. alert('The server was successfully turned.');
  19. }
  20. </script>
  21. </head>
  22. <body>
  23. <div align="center">
  24. <h1><img src="fuck.png" width="800" height="200"></h1>
  25. <form action="start.php">
  26. <input type="submit" value="On" onClick="show_alert();">
  27. </form>
  28. <form action="stop.php">
  29. <input type="submit" value="Off" onClick="show_alert();">
  30. </form>
  31. <h2>&nbsp;</h2>
  32. </div>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement