-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (48 loc) · 3.14 KB
/
index.html
File metadata and controls
52 lines (48 loc) · 3.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="/favicon-16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-96.png" sizes="96x96">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="TECG is an open-source tool for generating custom experiment cookies, supporting platforms like Twitch.tv. Unlock hidden features, test new updates, and customize your streaming experience."/>
<meta name="keywords" content="Twitch experiments, custom cookies, streaming tools, Twitch.tv, experimental features, stream optimization">
<link rel="apple-touch-icon" href="/favicon-96.png" />
<link rel="manifest" href="/manifest.json" />
<meta property="og:title" content="TECG - Experiment Cookie Generator for Streaming Platforms" />
<meta property="og:description" content="An open-source tool for generating custom experiment cookies for platforms like Twitch.tv." />
<meta property="og:image" content="/logo192.png" />
<meta property="og:url" content="https://boomboompower.github.io/tecg/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="TECG - Experiment Cookie Generator" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="TECG - Experiment Cookie Generator for Streaming Platforms" />
<meta name="twitter:description" content="An open-source tool for generating custom experiment cookies for platforms like Twitch.tv." />
<meta name="twitter:image" content="/logo192.png" />
<meta name="twitter:site" content="@boomboompower" />
<meta name="twitter:creator" content="@boomboompower" />
<meta name="twitter:domain" content="boomboompower.github.io" />
<meta name="twitter:image:alt" content="TECG - Experiment Cookie Generator for Streaming Platforms" />
<title>TECG - Experiment Cookie Generator for Streaming Platforms (Twitch.tv Support Included)</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "TECG - Stream Experiment Cookie Generator",
"description": "An open-source tool for generating custom experiment cookies for platforms like Twitch.tv.",
"applicationCategory": "Developer Tools",
"operatingSystem": "All",
"url": "https://boomboompower.github.io/tecg/",
"keywords": "twitch experiments, custom cookies, streaming tools, developer tools"
}
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" tabindex="-1"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>