Skip to content

Commit

Permalink
Update index.html (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Jan 6, 2025
1 parent 57e22d6 commit fee9852
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,30 @@
<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" />
<title>Sports Agenda | API BR</title>
<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>
Expand Down

0 comments on commit fee9852

Please sign in to comment.