-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (61 loc) · 3.88 KB
/
Copy pathindex.html
File metadata and controls
61 lines (61 loc) · 3.88 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
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
58
59
60
61
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https://flagcdn.com https://api.fifa.com; connect-src 'self'; manifest-src 'self'; base-uri 'self'; object-src 'none'"
/>
<meta name="referrer" content="no-referrer" />
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<link rel="apple-touch-icon" href="./icons/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="theme-color" content="#0b0e15" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="2026 WC" />
<meta name="description" content="2026 World Cup: schedule, groups, bracket, teams, venues, weather, where to watch, win probabilities and tournament forecast, in 23 languages. Unofficial open-source PWA" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="2026 World Cup Open Source Companion" />
<meta property="og:title" content="2026 World Cup Open Source Companion" />
<meta property="og:description" content="Schedule, groups, bracket, squads, venues, weather, where to watch, win probabilities and tournament forecast, in 23 languages. No ads, no sign-in." />
<meta property="og:url" content="https://26worldcup.github.io/" />
<meta property="og:image" content="https://26worldcup.github.io/og.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="2026 World Cup Open Source Companion" />
<meta name="twitter:description" content="Schedule, groups, bracket, squads, venues, weather, where to watch, win probabilities and tournament forecast, in 23 languages. No ads, no sign-in." />
<meta name="twitter:image" content="https://26worldcup.github.io/og.png" />
<meta name="twitter:image:alt" content="World Cup 2026 Companion — schedule, bracket, probabilities and forecast in 23 languages" />
<meta property="og:image:alt" content="World Cup 2026 Companion — schedule, bracket, probabilities and forecast in 23 languages" />
<meta property="og:locale" content="en" />
<meta name="robots" content="index, follow" />
<meta name="application-name" content="2026 World Cup Companion" />
<meta
name="keywords"
content="World Cup 2026, FIFA World Cup, schedule, fixtures, groups, bracket, squads, venues, where to watch, win probability, tournament forecast, simulator"
/>
<link rel="canonical" href="https://26worldcup.github.io/" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "2026 World Cup Open Source Companion",
"url": "https://26worldcup.github.io/",
"applicationCategory": "SportsApplication",
"operatingSystem": "Any",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"description": "Schedule, groups, bracket, squads, venues, weather, where to watch, win probabilities and tournament forecast for the 2026 FIFA World Cup, in 23 languages. Unofficial open-source PWA.",
"image": "https://26worldcup.github.io/og.png",
"author": { "@type": "Person", "name": "Tom Chen", "url": "https://github.com/tomchen" },
"license": "https://github.com/26worldcup/26worldcup.github.io/blob/main/LICENSE.md"
}
</script>
<title>2026 World Cup Open Source Companion</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>