-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathindex.html
108 lines (106 loc) · 3.47 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en" data-theme="sunset">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/media/logo.svg" id="favicon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Play the best unblocked games online for free! Enjoy popular games like Slope, 1v1.lol, Cookie Clicker, Geometry Dash, Retro Bowl, and more. Perfect for school, work, or anywhere with restricted access. No downloads required – start playing now!"
/>
<meta
name="keywords"
content="unblocked games, slope unblocked, 1v1.lol unblocked, cookie clicker unblocked, geometry dash unblocked, retro bowl unblocked, roblox unblocked, minecraft unblocked, tetris unblocked, unblocked anime websites, free unblocked games, unblocked games for school, unblocked games for work, online unblocked games, no download unblocked games, fun unblocked games, best unblocked games, unblocked games 2023, unblocked gaming sites, unblocked multiplayer games"
/>
<title>Starlight</title>
<script src="/chemical.js"></script>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-SHFE3BF9EH"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-SHFE3BF9EH");
</script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1565760898646999"
crossorigin="anonymous"
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script>
const cloaks = [
{
name: "default",
icon: "./media/logo.svg",
title: "Lunaar",
},
{
name: "drive",
icon: "./media/cloaks/googledrive.png",
title: "Home - Google Drive",
},
{
name: "edpuzzle",
icon: "./media/cloaks/edpuzzle.png",
title: "Edpuzzle",
},
{
name: "wikipedia",
icon: "./media/cloaks/wikipedia.ico",
title: "Wikipedia",
},
{
name: "classroom",
icon: "./media/cloaks/Classroom.png",
title: "Google Classroom",
},
{
name: "canvas",
icon: "./media/cloaks/canvas.png",
title: "Dashboard",
},
{
name: "classroom",
icon: "./media/cloaks/classroom.png",
title: "Home",
},
{
name: "zoom",
icon: "./media/cloaks/zoom.png",
title: "Zoom",
},
{
name: "khan",
icon: "./media/cloaks/khan.ico",
title: "Khan Academy",
},
{
name: "desmos",
icon: "./media/cloaks/desmos.ico",
title: "Desmos Classroom Activities",
},
{
name: "gforms",
icon: "./media/cloaks/googleforms.png",
title: "Start your quiz",
},
{
name: "quizlet",
icon: "./media/cloaks/quizlet.webp",
title: "Online Flashcard Maker & Flashcard App | Quizlet",
},
];
</script>
<script src="https://cdn.jsdelivr.net/gh/Parcoil/cloak@main/src/index.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
</body>
</html>