Created
April 22, 2014 21:18
-
-
Save illycz/11194670 to your computer and use it in GitHub Desktop.
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
<!-- HTML5 Doctype. Remember to delete these comments (Quirks Mode). --> | |
<!doctype html> | |
<!-- Modernizr HTML tags with IE classes. --> | |
<!--[if lt IE 7]> <html lang="" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | |
<!--[if IE 7]> <html lang="" class="no-js lt-ie9 lt-ie8"> <![endif]--> | |
<!--[if IE 8]> <html lang="" class="no-js lt-ie9"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html lang="" class="no-js"> <!--<![endif]--> | |
<!-- Let's get started. --> | |
<head> | |
<!-- Document settings. --> | |
<meta charset="" /> | |
<!--[if IE]> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
<![endif]--> | |
<!-- Page meta. --> | |
<title></title> | |
<meta name="description" content="" /> | |
<meta name="author" content="" /> | |
<meta name="designer" content="" /> | |
<meta name="rating" content="" /> | |
<meta name="keywords" content="" /> | |
<!-- Robots. Should also add a robots.txt file with user-agent, disallow and sitemap. --> | |
<meta name="robots" content="index, follow" /> | |
<!-- Responsive and mobile design. --> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | |
<meta name="HandheldFriendly" content="true" /> | |
<meta name="MobileOptimized" content="320" /> | |
<!-- Apple stuff. --> | |
<meta name="apple-mobile-web-app-capable" content="yes" /> | |
<meta name="apple-mobile-web-app-status-bar-style" content="black" /> | |
<meta name="format-detection" content="telephone=yes" /> | |
<!-- OpenGraph for Facebook. --> | |
<meta property="og:type" content="" /> | |
<meta property="og:title" content="" /> | |
<meta property="og:url" content="" /> | |
<meta property="og:description" content="" /> | |
<meta property="og:image" content="" /> | |
<meta property="og:locale" content="" /> | |
<!-- Internet Explorer 11. --> | |
<link rel="next" href="" /> | |
<link rel="prev" href="" /> | |
<link rel="prerender" href="" /> | |
<link rel="prefetch" href="" /> | |
<!-- Icons. --> | |
<link rel="shortcut icon" href="" /> | |
<link rel="apple-touch-icon" href="" /> | |
<!-- Search engine optimisation. --> | |
<link rel="canonical" href="" /> | |
<link rel="sitemap" href="" /> | |
<!-- DNS handshake with foreign domain. --> | |
<link rel="dns-prefetch" href="" /> | |
<!-- Stylesheets go here. Recommended: Normalize, Bootstrap, Animate. --> | |
<!-- Scripts go here. Recommended: Google Analytics, Modernizr, Respond.js. --> | |
</head> | |
<body> | |
<!-- jQuery from Google's CDN with local fallback. --> | |
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> | |
<script>(window.jQuery)||document.write('<script src=""><\/script>')</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment