22 lines
637 B
HTML
22 lines
637 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but Subsonics doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G0X9BNYZ6W"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-G0X9BNYZ6W');
|
|
</script>
|
|
</body>
|
|
</html>
|