forked from Radon-Games/Radon-Games
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (49 loc) · 1.67 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
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/icons/128.png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#f59e0b" />
<title>Radon Games</title>
<meta property="og:title" content="Radon Games" />
<meta property="og:image" content="/icons/128.png" />
<meta
name="description"
content="An open-source unblocked games website built with simplicity in mind."
/>
<meta
property="og:description"
content="An open-source unblocked games website built with simplicity in mind."
/>
<meta
name="keywords"
content="radon,games,radon games,unblocked,unblocked games,html games,html5 games,flash games,flashplayer games,proxy,io"
/>
<!-- Google Products -->
<script
defer
crossorigin="anonymous"
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8517735295733237"
></script>
<script
defer
src="https://www.googletagmanager.com/gtag/js?id=G-0GR0HN1RFL"
></script>
<script defer>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-0GR0HN1RFL");
</script>
<script src="/uv/uv.bundle.js" defer></script>
<script src="/uv/uv.config.js" defer></script>
</head>
<body class="scroll-smooth bg-bg-primary font-medium text-text-primary">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>