-
-
Save notflip/ce6be5b288290aaff7b6 to your computer and use it in GitHub Desktop.
_head
This file contains 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
<!DOCTYPE html> | |
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | |
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | |
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta name="viewport" content="width=device-width,user-scalable=no"> | |
<meta name="HandheldFriendly" content="True"> | |
<meta http-equiv="cleartype" content="on"> | |
<title>Title Here</title> | |
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" href="favicon.ico"> | |
<meta name="description" content=""> | |
<meta name="keywords" content=""> | |
<meta property="og:title" content=""> | |
<meta property="og:image" content=""> | |
<meta property="og:url" content=""> | |
<meta property="og:description" content=""> | |
<meta property="og:type" content="website"> | |
<!--[if lt IE 9]> | |
<script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> | |
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | |
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | |
<![endif]--> | |
</head> | |
<body> | |
<!--[if lt IE 7]> | |
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | |
<![endif]--> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment