Skip to content

Instantly share code, notes, and snippets.

@mjgil
Forked from JeffreyWay/chromeframe.html
Created June 9, 2013 01:35
Show Gist options
  • Save mjgil/5737247 to your computer and use it in GitHub Desktop.
Save mjgil/5737247 to your computer and use it in GitHub Desktop.
<!-- Prompt IE6 users to install Chrome Frame -->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment