-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (33 loc) · 1.51 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Sports Agenda | API BR</title>
<link rel="icon" type="image/svg+xml" href="/favicon-32x32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Listagem de ligas/campeonatos, times, e jogos de futebol." />
<meta property="og:url" content="https://apibr.com/ui/sports-agenda/" />
<meta property="og:title" content="Sports Agenda | API BR" />
<meta property="og:description" content="Listagem de ligas/campeonatos, times, e jogos de futebol." />
<meta property="og:site_name" content="API BR | Sports Agenda" />
<meta property="og:image" content="https://apibr.com/ApiBRLogo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="800" />
<meta property="og:image:height" content="800" />
<meta property="og:image:alt" content="API BR logo" />
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="290252964970555" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S76919HT2L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-S76919HT2L');
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>