-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="title">Classboard Teacher Mini</div>
<div class="buttons">
<h2>Google Services</h2>
<a href="https://mail.google.com/" target="_blank">Gmail</a><br>
<a href="https://classroom.google.com/" target="_blank">Classroom</a><br>
<a href="https://translate.google.com/" target="_blank">Translate</a><br>
<a href="https://drive.google.com/" target="_blank">Drive</a><br>
<a href="https://www.google.com/maps" target="_blank">Maps</a><br>
<h2>Other Services</h2>
<a href="https://superhardalgebraproblems.github.io" target="_blank">Classboard</a><br>
<a href="https://vestaviahillscs.powerschool.com/guardian/home.html?_userTypeHint=student" target="_blank">Powerschool</a><br>
<a href="https://www.gimkit.com/" target="_blank">Gimkit</a><br>
<a href="https://kahoot.it/" target="_blank">Kahoot!</a><br>
<a href="https://quizizz.com/join" target="_blank">Quizizz</a><br>
<a href="https://superhardalgebraproblems.github.io/other/lunch_01.html" target="_blank">LPMS Lunch Menu</a><br>
<a href="https://launchpad.classlink.com/vestavia" target="_blank">Classlink</a><br>
<h2>Student Viewers</h2>
<a href="https://login.lightspeedsystems.app/" target="_blank">LightSpeed Filter Agent</a><br>
<a href="https://account.goguardian.com/" target="_blank">GoGuardian</a><br>
<a href="https://apps.gaggle.net/gen?_template=/templates/gaggle/html/index.jsp&cdnSupported=false" target="_blank">Gaggle</a><br>
</div>
<p>Created with Manifest 3 by SyntaxError52 on Github, Redone for Classboard Teacher by Bahabryra</p><br>
<img src="icon.png" alt="classboard_icon" width="30" height="30">
</body>
</html>