Skip to content

Instantly share code, notes, and snippets.

@hasparus
Created March 20, 2019 15:56
Show Gist options
  • Save hasparus/c6cce6a3cf445fc82195dad958c4c7a6 to your computer and use it in GitHub Desktop.
Save hasparus/c6cce6a3cf445fc82195dad958c4c7a6 to your computer and use it in GitHub Desktop.
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#ffffff" />
<meta
name="description"
content="Jaw-dropping description of your website."
/>
<meta property="og:title" content="Title" />
<meta
property="og:description"
content="Jaw-dropping description of your website."
/>
<meta property="og:locale" content="en_US" />
<meta property="place:location:latitude" content="51.1125/" />
<meta property="place:location:longitude" content="17.0241/" />
<meta property="business:contact_data:email" content="[email protected]/" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://example.com/" />
<!-- <meta property="og:image" content="banner.jpg" /> -->
<title>Title</title>
<!-- <script
type="text/javascript"
async=""
src="https://www.google-analytics.com/analytics.js"
></script> -->
</head>
<body>
<div id="root"></div>
<script src="./index.tsx"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment