Skip to content

Instantly share code, notes, and snippets.

@illycz
Created April 22, 2014 21:18
Show Gist options
  • Save illycz/11194670 to your computer and use it in GitHub Desktop.
Save illycz/11194670 to your computer and use it in GitHub Desktop.
<!-- 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 profile="http://dublincore.org/documents/2008/08/04/dc-html/">
<!-- Document settings. Note: X-UA is invalid and chrome is deprecated. -->
<meta charset="" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- 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" />
<!-- Dublin Core Metadata. -->
<meta name="DC.Title" content="">
<meta name="DC.Creator" content="">
<meta name="DC.Subject" content="">
<meta name="DC.Description" content="">
<meta name="DC.Publisher" content="">
<meta name="DC.Contributor" content="">
<meta name="DC.Date" content="">
<meta name="DC.Type" content="">
<meta name="DC.Format" content="">
<meta name="DC.Identifier" content="">
<meta name="DC.Source" content="">
<meta name="DC.Language" content="">
<meta name="DC.Relation" content="">
<meta name="DC.Coverage" content="">
<meta name="DC.Rights" content="">
<!-- 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="" />
<!-- Icons. -->
<link rel="shortcut icon" href="" />
<link rel="apple-touch-icon" href="" />
<!-- Search engine optimisation. -->
<link rel="canonical" href="" />
<link rel="sitemap" href="" />
<!-- Dublin Core Schema. -->
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/">
<!-- 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