Guest User

Untitled

a guest
Nov 12th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <style>
  2. <?php echo require_once("css/style.css"); ?>
  3. </style>
  4.  
  5.  
  6. <script>
  7. <?php echo require_once("js/myjs.js"); ?>
  8. </script>
  9.  
  10. echo '<style type="text/css">'.file_get_contents('/path-to-your/style.css').'</style>';
  11.  
  12. if(isset($_COOKIE['v'])) $CZ='<link href="default.css" rel="stylesheet">';
  13. else {
  14. $CZ='<style>'.file_get_contents('default.css').'</style><link rel="prefetch" href="default.css">';setcookie('v','1',time()+31556926,'/','example.com',1,1);
  15. }
Add Comment
Please, Sign In to add comment