-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
57 lines (53 loc) · 2.22 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
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.png" />
<title>Enhanced Leaderboard – THE FINALS</title>
<meta
name="description"
content="View enhanced leaderboards from THE FINALS video game. Search, filter, and sort the top 10,000 players from the seasonal leaderboards."
/>
<meta name="image" content="Your image URL" />
<meta
name="keywords"
content="the finals, embark studios, the finals leaderboards, the finals Leaderboard, leaderboard, the finals stats, enhanced leaderboard, season 2"
/>
<meta name="author" content="Leon San José Larsson" />
<meta name="theme-color" content="#d31f3c" />
<meta property="og:title" content="THE FINALS - Enhanced Leaderboard" />
<meta property="og:site_name" content="THE FINALS - Enhanced Leaderboard" />
<meta property="og:url" content="https://the-finals-leaderboard.com" />
<meta
property="og:description"
content="View enhanced leaderboards from THE FINALS video game. Search, filter, and sort the top 10,000 players from the seasonal leaderboards."
/>
<meta
property="og:image"
content="https://the-finals-leaderboard.com/og-image.png"
/>
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@mozzyfx" />
<meta name="twitter:title" content="THE FINALS - Enhanced Leaderboard" />
<meta
name="twitter:description"
content="View enhanced leaderboards from THE FINALS video game. Search, filter, and sort the top 10,000 players from the seasonal leaderboards."
/>
<meta name="twitter:image:type" content="image/png" />
<meta
name="twitter:image"
content="https://the-finals-leaderboard.com/og-image.png"
/>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6039769769260317"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>