Created
August 3, 2015 14:56
-
-
Save adamthebig/2ae48d31a02329d87d4a to your computer and use it in GitHub Desktop.
Standard HTML <head> with all the meta tags you should need.
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
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | |
<!-- DNS prefetching (Useful for Amazon S3 and Rackspace Files --> | |
<link rel="dns-prefetch" href=""> | |
<!-- Facebook --> | |
<meta property="og:title" content=""> | |
<meta property="og:type" content="article"> | |
<meta property="og:description" content=""> | |
<meta property="og:image" content=""> | |
<meta property="og:url" content=""> | |
<meta property="og:site_name" content=""> | |
<meta property="fb:admins" content=""> | |
<meta property="fb:app_id" content=""> | |
<!-- Twitter --> | |
<meta name="twitter:site" content="@picdorsey"> | |
<meta name="twitter:url" content=""> | |
<meta name="twitter:description" content=""> | |
<meta name="twitter:image" content=""> | |
<meta name="twitter:title" content=""> | |
<meta name="twitter:card" content="summary"> | |
<!-- Canonical URL --> | |
<link rel="canonical" href=""> | |
<title></title> | |
<meta name="description" content=""> | |
<link rel="shortcut icon" href="favicon.png"> | |
<link rel="stylesheet" href="/assets/css/style.css"> | |
<!--[if lt IE 9]> | |
<script src="/assets/vendor/js/html5shiv.min.js"></script> | |
<script src="/assets/vendor/js/respond.min.js"></script> | |
<![endif]--> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment