-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathp.html
81 lines (76 loc) · 4.44 KB
/
p.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Classplay - Search</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<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>
<link rel="stylesheet" href="/assets/fontawesome/css/all.css">
<script src="/uv/uv.bundle.js"></script>
<script src="/uv/uv.config.js"></script>
<script>
if ("serviceWorker" in navigator) {
window.addEventListener("load", () => {
navigator.serviceWorker.register("/uv/sw.js", {
scope: __uv$config.prefix,
});
});
}
</script>
</head>
<body>
<nav>
<ul>
<li class="title"><a href="/" style="font-weight: 560;">Classplay</a></li>
<li><a href="releases.html" style="margin-right: -30px; margin-left: 25px;"><i class="fa-solid fa-tag"></i><p style="margin-left: 65px;">Releases</p></a></li>
<li><a href="settings.html" style="margin-right: -30px; margin-left: 25px;"><i class="fa-solid fa-cog"></i><p style="margin-left: 72px;">Settings</p></a></li>
<li><a href="profile.html" style="margin-right: -30px;"><i class="fa-solid fa-user"></i><p style="margin-left: 52px;">Profile</p></a></li>
<li><a href="lnk.html"><i class="fa-solid fa-link"></i><p style="margin-left: 60px;">Links</p></a></li>
<li><a href="chat/"><i class="fa-solid fa-message"></i><p style="margin-left: 60px;">Chat</p></a></li>
<li><a class="disabled"><i class="fa-solid fa-tv"></i><p style="color: white; margin-left: 58px;">Movies</p></a></li>
<li><a href="p.html"><i class="fa-solid fa-search"></i><p>Search</p></a></li>
<li><a href="s.html"><i class="fa-solid fa-music"></i><p>Sounds</p></a></li>
<li><a href="apps.html"><i class="fa-solid fa-folder"></i><p style="margin-left: 60px;">Apps</p></a></li>
<li><a href="g.html"><i class="fa-solid fa-gamepad"></i><p style="margin-left: 53px;">Games</p></a></li>
</ul>
</nav>
<br><br><br>
<marquee behavior="" direction="left" scrollspeed="10">
<div class="container">
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
<h1 style="font-weight: 560;">WORK IN PROGRESS - UV DOES NOT WORK | </h1>
</div>
</marquee>
<br><br><br>
<center>
<h1 class="title" style="margin-bottom: -10px;">Search</h1>
<p>Powered by <a class="uv" href="https://github.com/titaniumnetwork-dev/ultraviolet-app" target="_blank">Ultraviolet</a></p>
<input type="text" name="" id="urlInput" placeholder="search anything...">
<button id="searchButton"><div class="container"><i class="fa-solid fa-magnifying-glass" align="center"></i><p>search</p></div></button>
</center>
<iframe id="iframeWindow" class="iframeWindow" frameborder="0px"></iframe>
</body>
</html>