Changeset 2219 for sites/trunk/browsehappy.com/public_html/index.php
- Timestamp:
- 12/18/2015 11:22:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/browsehappy.com/public_html/index.php
r2209 r2219 12 12 <meta name="description" content="<?php esc_attr_e( 'Online. Worry-free. Upgrade your browser today!', 'browsehappy' ); ?>" /> 13 13 <meta name="author" content="WordPress" /> 14 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 14 15 15 16 <link rel="shortcut icon" href="<?php echo esc_url( home_url( 'favicon.ico' ) ); ?>" /> … … 19 20 20 21 <!--[if (gt IE 6)|!(IE)]><!--> 21 <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/style.css? 3" />22 <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/style.css?4" /> 22 23 <script src="<?php echo get_template_directory_uri(); ?>/js/modernizr-1.6.min.js"></script> 23 24 <script src="http://use.typekit.com/lsw6yis.js"></script>
Note: See TracChangeset
for help on using the changeset viewer.