Advertisement
AllenYuan

index.php first

Apr 30th, 2020
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. <?php
  2.  
  3. print <<<EOF
  4. <!doctype html>
  5. <html>
  6. <style>
  7. </style>
  8.  
  9. <body>
  10. Hello there
  11. </body>
  12. </html>
  13.  
  14. EOF;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement