Last active
May 12, 2017 13:53
-
-
Save rbndelrio/0ec8aa0321d5d8e6e903a9925a17cb1b to your computer and use it in GitHub Desktop.
Actually modern document head
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"> | |
<link rel="canonical" href="https://redacted.com/"> | |
<title>Redacted</title> | |
<meta name="description" content="Lorem Ipsum aslkdfj laskdjf lsakdfjlsa dfjldsk"> | |
<meta name="twitter:description" content="Lorem Ipsum aslkdfj laskdjf lsakdfjlsa dfjldsk"> | |
<meta property="og:description" content="Lorem Ipsum aslkdfj laskdjf lsakdfjlsa dfjldsk"> | |
<meta property="og:title" content="Redacted"> | |
<meta property="og:type" content="website"> | |
<meta property="og:url" content="https://redacted.com/"> | |
<meta property="og:image" content="https://redacted.com/public/image.jpg"> | |
<meta property="og:site_name" content="Redacted Thing"> | |
<meta property="og:locale" content="en-us"> | |
<meta name="theme-color" content="#dddddd"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="HandheldFriendly" content="True"> | |
<meta name="MobileOptimized" content="320"> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="mobile-web-app-capable" content="yes"> | |
<meta name="msapplication-tap-highlight" content="no"> | |
<meta name="content-language" content="en_US"> | |
<meta name="google-site-verification" content="asdfasdfasdfasdfasdfasdfasdf"> | |
<meta name="p:domain_verify" content="asdfasdfasdfasdfasdfasdfasdf"> | |
<link rel="prefetch" href="/dist/0.js" as="script"> | |
<link rel="preload" href="/dist/app.js" as="script"> | |
<link rel="preload" href="/dist/vendor.js" as="script"> | |
<link rel="preload" href="/dist/manifest.js" as="script"> | |
<link rel="manifest" href="/manifest.json"> | |
<link rel="apple-touch-icon" href="/public/logo-192.png"> | |
<link rel="touch-icon" href="/public/logo-192.png"> | |
<link rel="icon" href="/public/logo-192.png"> | |
<link rel="shortcut icon" sizes="48x48" href="/public/logo-48.png"> | |
</head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment