-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtournament.html
25 lines (20 loc) · 942 Bytes
/
tournament.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
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Tournament Bracket</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-CQ35F5G9FW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-CQ35F5G9FW');
gtag("event", "view_page", { page: "tournament_page" });
</script>
<link rel="stylesheet" href="styles.31d6cfe0d16ae931b73c.css"></head>
<body>
<app-root></app-root>
<script src="runtime.8f6c6d3ee3e982376467.js" defer></script><script src="polyfills.22458cb9173add23049f.js" defer></script><script src="main.45f68b8393ad6b1e345d.js" defer></script>
</body></html>