Files
itsfiveoclockwhere/src/index.html
T
2022-11-30 12:04:23 -06:00

26 lines
638 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>itsfiveoclockwhere</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-48B6CKS0V6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-48B6CKS0V6');
</script>
</head>
<body>
<app-root></app-root>
</body>
</html>