Advertisement
ujiajah1

content.php / grabbing site

May 27th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>HIPSTER</title>
  6.     <link rel="shortcut icon" href="2.png"/>
  7. <?php include ('aset.css'); ?>
  8. </head>
  9. <body>
  10. <?php include ('include.php'); ?>
  11.  
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement