Last active
October 22, 2015 11:27
-
-
Save Komock/0450b2a678d49be3cb9a to your computer and use it in GitHub Desktop.
Popular Header Snippens
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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