forked from useclassplay/useclassplay.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (37 loc) · 1.63 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
<!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</title>
<link rel="stylesheet" href="style.css">
<link id="favicon" rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<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>
<audio style="display: none;" controls autoplay src="/audio/sus.mp3"></audio>
<nav>
<ul>
<li class="title"><a href="index.html" style="font-weight: 560;">Classplay</a></li>
<li><a href="profile.html" class="lesspadding" style="margin-right: -30px;"><i class="fa-solid fa-user"></i></a></li>
<li><a href="chat/"><i class="fa-solid fa-message"></i>Chatroom</a></li>
<li><a href="movies/"><i class="fa-solid fa-tv"></i>Movies</a></li>
<li><a href="p.html"><i class="fa-solid fa-search"></i>Search</a></li>
<li><a href="s.html"><i class="fa-solid fa-music"></i>Sounds</a></li>
<li><a href="apps.html"><i class="fa-solid fa-folder"></i>Apps</a></li>
<li><a href="g.html"><i class="fa-solid fa-gamepad"></i>Games</a></li>
</ul>
</nav>
<br><br><br><br>
<center>
<img src="img/favicon.png" style="margin-right: 24px; height: 250px;" class="logo"><br>
</center>
<div class="container">
<h1 class="home-title" style="margin-top: -25px; font-family: Inter;">Classplay</h1>
</div><br><br>
</body>
</html>
</body>
</html>