-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (29 loc) · 1.11 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
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LRBC9LVE1C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-LRBC9LVE1C');
</script>
<meta charset="UTF-8" />
<link rel="icon" href="/vb-stats/favicon.ico" sizes="48x48" />
<link rel="icon" href="/vb-stats/vb-stats-logo.svg" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/vb-stats/apple-touch-icon-180x180.png" />
<meta name="application-name" content="vb-stats" />
<meta name="apple-mobile-web-app-title" content="vb-stats" />
<meta name="description" content="Volleyball Stats" />
<meta name="theme-color" content="#000000" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>VB Stats</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>