-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta http-equiv="Content-Security-Policy" content="default-src * 'unsafe-inline' 'unsafe-eval' gap: data: ws: wss:;" />
<title>ScotDance.app</title>
<link rel="icon" href="/img/touchicon.png" />
<link rel="apple-touch-icon" href="/img/touchicon.png" />
<!-- Begin Crisp code -->
<script type="text/javascript">
window.$crisp=[];window.CRISP_WEBSITE_ID="160e5d08-deea-4187-a21b-39762a904c26";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();
</script>
<!-- End Crisp Code -->
</head>
<body>
<noscript>
<strong>We're sorry but ScotDance.app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script>
// hack to disable default page_view events
// https://github.com/firebase/firebase-js-sdk/issues/3988#issuecomment-716638644
window.dataLayer = window.dataLayer || [];
window.dataLayer.push(['set', 'send_page_view', false]);
</script>
<script type="module" src="/src/main.js"></script>
</body>
</html>