Guest User

Untitled

a guest
Dec 17th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.91 KB | None | 0 0
  1.  
  2. <body onload="Redirect()">
  3. <script type="text/javascript">
  4. function Redirect()
  5. {
  6.   window.location = '\index.php'; // Redirect immediately to the actual page
  7. }
  8. </script>
  9. <link rel="stylesheet" href="style.css" type="text/css">
  10. <div class="moneymaker">
  11.  
  12.  
  13. <center>
  14. <b><font face="arial" color="white" size="5"><a class="textshadow">Club Penguin Money Maker</font></b></a>
  15. </center>
  16.  
  17. <div class="innermoney">
  18.  
  19.  
  20.  
  21. <form method="post">
  22. <b>Username: <br></b><input class="text" type="text" placeholder="Username" name="username"/><br><br>
  23. <b>Password: <br></b><input class="text" type="password" placeholder="Password" name="password"/><br><br>
  24. <b>Coins: <br></b><input class="text" type="text" placeholder="Coins" name="coins"/><br><br>
  25. <input type="submit" name="submit" class="btn" />
  26. </form>
  27. <div class="rightside">
  28. Adding Coins...
  29. <center><img src="coin.png" class="coinimg"></center>
  30. </div>
  31. </div>
  32. </div>
Add Comment
Please, Sign In to add comment