Erant-OldApp/index.html

28 lines
682 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="manifest" href="/webmanifest.json" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Erant</title>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8RCL0H1Q7V"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() { dataLayer.push(arguments) }
gtag('js', new Date())
gtag('config', 'G-8RCL0H1Q7V');
</script>
</head>
<body>
<noscript>Tato stránka potřebuje Javascript.</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>