-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (25 loc) · 868 Bytes
/
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
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
if (document.location.hostname === "gdq-schedule.com") {
var script = document.createElement("script");
script.setAttribute("async", "");
script.setAttribute("src", "https://www.googletagmanager.com/gtag/js?id=UA-112170621-1");
document.head.appendChild(script);
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112170621-1');
}
</script>
<title>GDQ Schedule</title>
<link href="https://fonts.googleapis.com/css?family=Bowlby+One+SC|Muli:400" rel="stylesheet">
</head>
<body>
<div id="main"></div>
<script src="/build/main.js"></script>
</body>
</html>