Skip to content

Instantly share code, notes, and snippets.

@terehof
Created March 14, 2015 13:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save terehof/c781583f66cd990ea94d to your computer and use it in GitHub Desktop.
Save terehof/c781583f66cd990ea94d to your computer and use it in GitHub Desktop.
html snippets
<!--[if lt IE 9]>
<style>
.wrapper, footer, .header {
display: none;
}
body {
background: #fff;
}
</style>
<div style='text-align:center;'>
<br><br><a href="#" class="logo" style="float:none;"><img src="img/logo.png" alt=""></a><br><br><br><br><br>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode"
style="color:#000; font-size:18px;font-weight:bold; text-decoration:underline;">
You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today.
</a>
</div>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment