-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (47 loc) · 1.61 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link
rel="alternate icon"
type="image/png"
href="/favicon.ico"
sizes="16x16"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png"
/>
<link rel="mask-icon" color="#000000" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<title>T20 Stats Aggregate</title>
<meta itemprop="name" content="T20 Stats Aggregate" />
<meta
itemprop="description"
content="Browse stats of the T20 World Cup 2022"
/>
<meta itemprop="image" content="https://t20agg.netlify.app/page.png" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@sawlachintan" />
<meta name="twitter:title" content="T20 Stats Aggregate" />
<meta
name="twitter:description"
content="Browse stats of the T20 World Cup 2022"
/>
<meta
name="twitter:image"
content="https://t20agg.netlify.app/page.png"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>