Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <link rel="stylesheet" href="<?php bloginfo( 'template_url' ); ?>/style/mobile.css" media="screen and (max-width: 480px)" />
  2.  
  3. <link rel="stylesheet" href="<?php bloginfo( 'template_url' ); ?>/style/style.css" media="screen and (min-width: 481px)" />
  4.  
  5. <script type="text/javascript" src="<?php bloginfo( 'template_url' ); ?>/js/custom.js"></script>
  6.  
  7. <!--[if IE 9]>
  8. <script type="text/javascript" src="<?php bloginfo( 'template_url' ); ?>/js/html5.js"></script>
  9. <link rel="stylesheet" href="<?php bloginfo( 'template_url' ); ?>/style/style.css" />
  10. <link rel="stylesheet" href="<?php bloginfo( 'template_url' ); ?>/style/ie.css" />
  11. <![endif]-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement