Skip to content

Instantly share code, notes, and snippets.

@Komock
Last active October 22, 2015 11:27
Show Gist options
  • Select an option

  • Save Komock/0450b2a678d49be3cb9a to your computer and use it in GitHub Desktop.

Select an option

Save Komock/0450b2a678d49be3cb9a to your computer and use it in GitHub Desktop.
Popular Header Snippens
<!-- Mobile Viewport -->
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale= 1.0">
<!-- IE Meta -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Favicon -->
<link rel="shortcut icon" href="path/to/favicon.ico">
<!-- Conditional Comments for IE -->
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lt IE 10]>Less then IE10<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment