-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (57 loc) · 2.83 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
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Counter-Strike Pick'Em Simulator</title>
<meta name="description"
content="Make accurate Counter-Strike RMR and Major Pick'Em predictions by providing head-to-head matchup odds and simulating thousands of group stages.">
<meta name="keywords" content="Counter-Strike,CS,Counter-Strike,Major,Pickem,Simulator,Simulate">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Counter-Strike Pick'Em Simulator",
"url": "https://claabs.github.io/cs-buchholz-simulator/"
}
</script>
<meta property="og:url" content="https://claabs.github.io/cs-buchholz-simulator/">
<meta property="og:type" content="website">
<meta property="og:title" content="Counter-Strike Pick'Em Simulator">
<meta property="og:image" content="./assets/logo.jpg">
<meta property="og:image:alt" content="Counter-Strike Pick'Em Simulator logo">
<meta property="og:description"
content="Make accurate Counter-Strike RMR and Major Pick'Em predictions by providing head-to-head matchup odds and simulating thousands of group stages.">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@charlocharlie">
<meta name="twitter:url" content="https://claabs.github.io/cs-buchholz-simulator/">
<meta name="twitter:title" content="Counter-Strike Pick'Em Simulator">
<meta name="twitter:description"
content="Make accurate Counter-Strike RMR and Major Pick'Em predictions by providing head-to-head matchup odds and simulating thousands of group stages.">
<meta name="twitter:image" content="https://claabs.github.io/cs-buchholz-simulator/assets/logo.jpg">
<meta name="twitter:image:alt" content="Counter-Strike Pick'Em Simulator logo">
<meta name="google-site-verification" content="3OZOlK0qCYUwv__GQsAxF2RmDiXxmzqccRnbwdwXbRw" />
<link rel="apple-touch-icon" sizes="180x180" href="./assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon-16x16.png">
<link rel="manifest" href="./assets/site.webmanifest">
<style>
html,
body {
margin: 0;
padding: 0;
font-family: sans-serif;
background-color: #ededed;
}
</style>
</head>
<body>
<cs-buchholz-simulator></cs-buchholz-simulator>
<script type="module" src="./out-tsc/src/cs-buchholz-simulator.js"></script>
<!-- Cloudflare Web Analytics -->
<script defer src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "3a59888234f740de859e23d8b0a37ca2"}'></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>