forked from useclassplay/useclassplay.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
s.html
26 lines (22 loc) · 862 Bytes
/
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
<!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">
<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>
<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>