-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.74 KB
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 1.74 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CodolioFun — Your Codolio Stats, Rated Out of 99</title>
<meta name="description" content="Transform your Codolio coding profile into a stunning FIFA Ultimate Team-style player card. Get scouted, rated out of 99." />
<meta name="theme-color" content="#0a0b0f" />
<meta property="og:title" content="CodolioFun — Your Codolio Stats, Rated Out of 99" />
<meta property="og:description" content="Transform your Codolio coding profile into a stunning FIFA Ultimate Team-style player card." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://shubhamkumar6299.github.io/codolioXfifa/" />
<meta property="og:image" content="https://shubhamkumar6299.github.io/codolioXfifa/og-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CodolioFun — Get Scouted" />
<meta name="twitter:description" content="Turn your Codolio stats into a FIFA player card rated out of 99." />
<meta name="twitter:image" content="https://shubhamkumar6299.github.io/codolioXfifa/og-image.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Outfit:wght@600;700;800;900&family=Saira+Condensed:wght@500;600;700;800&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>