Skip to content

Instantly share code, notes, and snippets.

@philippebarbosa
Created March 25, 2014 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philippebarbosa/9765124 to your computer and use it in GitHub Desktop.
Save philippebarbosa/9765124 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>
<!-- Document settings and metadata. -->
<title></title>
<meta charset="" />
<meta name="description" content="" />
<meta name="author" content="" />
<meta name="designer" content="" />
<meta name="rating" content="" />
<meta name="keywords" content="" />
<!-- 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" />
<!-- Robots and Viewport. -->
<meta name="robots" content="index, follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- 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="icon" href="" />
<link rel="apple-touch-icon" href="" />
<!-- Prerendering and Prefetching. -->
<link rel="prerender" href="" />
<link rel="prefetch" href="" />
<link rel="dns-prefetch" href="" />
<!-- Miscellaneous and SEO stuff. -->
<link rel="canonical" href="" />
<link rel="sitemap" href="" />
<link rel="next" href="" />
<link rel="prev" href="" />
<!-- Stylesheets go here. Recommended: Bootstrap, Animate. -->
<link rel="stylesheet" href="assets/css/normalize/css" />
<!-- Scripts go here. Recommended: Google Analytics, Respond.js. -->
<script src="assets/js/modernizr.js"></script>
</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="assets/js/jquery.js"><\/script>')</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment