forked from useclassplay/useclassplay.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths.html
43 lines (37 loc) · 1.61 KB
/
s.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title id="title">Classplay - Games</title>
<link id="favicon" rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<meta name="description" content="A game hub built for students, by students" property="og:description">
<meta name="title" content="Classplay" property="og:title">
<meta name="image" content="https://useclassplay.github.io/img/banner.png" property="og:image">
<script src="/assets/js/themes.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/settings.js"></script>
<script src="/assets/js/geoblocker.js"></script>
<script src="/assets/js/profile.js" type="module"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=search" />
<script src="main.js"></script>
</head>
<body>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GBPYWSE933"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GBPYWSE933');
</script>
<style>
::-webkit-scrollbar {
width: 0;
height: 0;
}
</style>
<embed src="https://sprintingsnail69.github.io/coolsounds" style="width: calc(100% + 16px); height: 100vh; margin-left: -10px; margin-bottom: -20px;">
</body>
</html>