Created
September 3, 2013 14:26
-
-
Save wildiney/6424645 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
<meta charset="utf-8"> | |
<title>---</title> | |
<!-- Behavioral Meta Data --> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | |
<!-- Core Meta Data --> | |
<meta name="author" content="---"> | |
<meta name="description" content="---"> | |
<meta name="keywords" content="---,---"> | |
<!-- Open Graph Meta Data --> | |
<meta property="og:description" content="---"> | |
<meta property="og:image" content="http://---/images/thumbnail.png"> | |
<meta property="og:site_name" content="---"> | |
<meta property="og:title" content="---"> | |
<meta property="og:type" content="website"> | |
<meta property="og:url" content="http://---.html"> | |
<!-- Twitter Card Meta Data --> | |
<meta name="twitter:card" content="summary_large_image"> | |
<meta name="twitter:site" content="http://index.html"> | |
<meta name="twitter:creator" content="@---"> | |
<meta name="twitter:title" content="---"> | |
<meta name="twitter:description" content="---"> | |
<meta name="twitter:image" content="http://---/images/thumbnail.png"> | |
<!-- Humans --> | |
<link rel="author" href="humans.txt" /> | |
<!-- Styles --> | |
<link rel="stylesheet" type="text/css" href="assets/styles/css/styles.css"/> | |
<!-- Favicon --> | |
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> | |
<link rel="shortcut icon" href="/favicon.png" type="image/png"> | |
<link rel="shortcut icon" href="http://---/favicon.png" type="image/png"> | |
<!-- Apple Touch Icons --> | |
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png"> | |
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57-precomposed.png"> | |
<!-- Apple Startup Images --> | |
<link rel="apple-touch-startup-image" href="apple-touch-startup-image-320x460.png" media="(device-width: 320px)"> | |
` <link rel="apple-touch-startup-image" href="apple-touch-startup-image-640x920.png" media="(device-width: 320px) and (-webkit-device-pixel-ratio: 2)"> | |
<link rel="apple-touch-startup-image" href="apple-touch-startup-image-768x1004.png" media="(device-width: 768px) and (orientation: portrait)"> | |
<link rel="apple-touch-startup-image" href="apple-touch-startup-image-748x1024.png" media="(device-width: 768px) and (orientation: landscape)"> | |
<link rel="apple-touch-startup-image" href="apple-touch-startup-image-1536x2008.png" media="(device-width: 1536px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)"> | |
<link rel="apple-touch-startup-image" href="apple-touch-startup-image-2048x1496.png" media="(device-width: 1536px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment