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="en" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<!-- Let's get started. -->
<head>
<!-- Document settings. -->
<meta charset="utf-8" />
<!-- 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="" />
<!-- 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 and scripts go here. Recommended: Bootstrap, Respond.js and Modernizr. -->
</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