vytal-redux/frontend/public/index.html
2021-09-21 21:10:45 -04:00

49 lines
1.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-196110500-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-196110500-1');
</script>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Vytal shows you what traces your browser leaves behind while surfing the web."
/>
<meta name="author" content="z0ccc" />
<meta property="og:title" content="Vytal" />
<meta property="og:url" content="https://vytal.io" />
<meta property="og:img" content="https://vytal.io/vytal.png" />
<meta
property="og:description"
content="Vytal shows you what traces your browser leaves behind while surfing the web."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Vytal" />
<meta
name="twitter:description"
content="Vytal shows you what traces your browser leaves behind while surfing the web."
/>
<meta name="twitter:image" content="https://vytal.io/vytal.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Vytal</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>