forked from useclassplay/useclassplay.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlnk.html
59 lines (51 loc) · 2.1 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
<!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" href="style.css">
<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</a></li>
<li><a href="profile" class="lesspadding" style="margin-right: -30px;"><i class="fa-solid fa-user"></i></a></li>
<li><a href="lnk"><i class="fa-solid fa-link"></i>Links</a></li>
<li><a href="chat/"><i class="fa-solid fa-message"></i>Chatroom</a></li>
<li><a class="disabled"><i class="fa-solid fa-tv"></i>Movies</a></li>
<li><a href="p"><i class="fa-solid fa-search"></i>Search</a></li>
<li><a href="s"><i class="fa-solid fa-music"></i>Sounds</a></li>
<li><a href="apps"><i class="fa-solid fa-folder"></i>Apps</a></li>
<li><a href="g"><i class="fa-solid fa-gamepad"></i>Games</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>