-
Notifications
You must be signed in to change notification settings - Fork 11
/
lnk.html
65 lines (57 loc) · 2.82 KB
/
lnk.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alternate Links</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>
<script src="/assets/js/profile.js" type="module"></script>
<link rel="stylesheet" href="/assets/fontawesome/css/all.css">
<link rel="shortcut icon" href="/img/favicon.png" type="image/x-icon">
<script src="/main.js" defer></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>
center a {
color: dodgerblue;
text-underline-offset: 3px;
font-size: 17px;
margin-top: 5px;
margin-bottom: 5px;
}
</style>
<nav>
<ul>
<li class="title"><a href="/" style="font-weight: 560;">Classplay<p style="margin-left: 170px; font-size: 19px; margin-top: -27px;">hi :)</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>
<br>
<center>
<h1 class="title">Alternate Links</h1>
<a href="https://easysciencetools.github.io" target="_blank">https://easysciencetools.github.io</a><br><br>
<a href="https://math-for-dummies.github.io" target="_blank">https://math-for-dummies.github.io</a><br><br>
<a href="https://coolmathskills.github.io" target="_blank">coolmathskills.github.io</a><br><br>
<a href="https://comprehensive-math.github.io" target="_blank">comprehensive-math.github.io</a><br><br>
</center>
</body>
</html>