-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathapps.html
81 lines (69 loc) · 3.36 KB
/
apps.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 id="title">Apps (Under Development)</title>
<link rel="stylesheet" id="theme-style" href="style.css">
<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>
<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/profile.js" type="module"></script>
<link id="favicon" rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<script src="https://unpkg.com/@phosphor-icons/web"></script>
<script src="/main.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<link href="/assets/fontawesome/css/all.css" rel="stylesheet" />
</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>
<nav>
<ul>
<li class="title"><a href="/" style="font-weight: 560;">Classplay</a></li>
<li><a href="settings.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" 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" style="margin-right: -30px;"><i class="fa-solid fa-user"></i><p style="margin-left: 52px;">Profile</p></a></li>
<li><a href="lnk"><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"><i class="fa-solid fa-search"></i><p>Search</p></a></li>
<li><a href="s"><i class="fa-solid fa-music"></i><p>Sounds</p></a></li>
<li><a href="apps"><i class="fa-solid fa-folder"></i><p style="margin-left: 60px;">Apps</p></a></li>
<li><a href="g"><i class="fa-solid fa-gamepad"></i><p style="margin-left: 53px;">Games</p></a></li>
</ul>
</nav>
<center>
<h1 class="title">Apps</h1>
</center>
<div class="games-container">
<div class="container">
<div class="game-card">
<a href="https://forms.gle/G7diTGGdrWDde9uX6">
<img src="img/gforms-logo.png" style="width: 150px;" alt="glogo">
</a>
<div class="game-title-overlay">
<span>Request an App</span>
</div>
</div>
<div class="game-card">
<a href="apps/cobalt">
<img src="img/cobalt.png" style="width: 150px;" alt="ylogo">
</a>
<div class="game-title-overlay">
<span>Watch Youtube</span>
</div>
</div>
</body>
</html>
</body>
</html>