-
Notifications
You must be signed in to change notification settings - Fork 3
/
key.html
63 lines (56 loc) · 3.28 KB
/
key.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Symbol Key</title>
<link rel="stylesheet" href="style.css" id="theme-style">
<script src="theme-toggle.js" defer></script>
<script src="index.js" defer></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons+Round">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link rel="shortcut icon" href="favicon-halloween.png" type="image/x-icon">
</head>
<body>
<div class="banner-home">
<ul>
<li class="right"> </li>
<li class="right"><a href="sources.html">Sources</a></li>
<li class="right"><a href="media.html">Media</a></li>
<li class="right"><a href="archives.html">Archives</a></li>
<li class="right"><a href="tos.html">Terms of Service</a></li>
<li class="right"><a href="meet-the-developers.html">Meet the Developers</a></li>
<li class="right"><a href="help.html">Help</a></li>
<li class="right"><a href="changelog.html">Changelog</a></li>
<li class="right"><a href="news.html">Newsletter</a></li>
<li class="right"><a href="index.html">Start</a></li>
<li class="left"><a href="index.html" style="font-size: 22px;"><img src="favicon-halloween.png" class="logo" alt=""></a></li>
<li class="left">
<select id="theme-selector">
<option value="style.css">Light Theme</option>
<option value="dark.css">Dark Theme</option>
<option value="matrix.css">Matrix Theme</option>
<option value="future.css">Future Theme</option>
<option value="blue.css">Blue Theme</option>
<option value="legacy-light.css">Legacy Light</option>
<option value="legacy-dark.css">Legacy Dark</option>
</select>
</li>
<!--be sure to add this link to login: https://github.com/login/oauth/authorize?client_id=Ov23liR1ibTe3mOBBHoW&redirect_uri=https://the-classboard.github.io&scope=user-->
</ul>
<br><br>
<h1 style="font-size: 81px; font-weight: 1000; margin-bottom: -10px; color: white;">Classboard</h1>
<p style="font-size: 17px; font-weight: bold;"><i>Your bookmarks and shortcuts made easy</i></p>
</div>
<br><br><br>
<a href="/index.html"><button class="nav-button">Home 🏡</button></a>
<br><br>
<h1 class="header">What's New Key</h1><br>
<p>[+] = New Feature <br>
[-] = Removed Feature <br>
[*] = Feature Testing <br>
</p>
<a class="copyrighted-badge" title="Copyrighted.com Registered & Protected" target="_blank" href="https://app.copyrighted.com/work/GVUuNRcaQUAzCt3T"><img alt="Copyrighted.com Registered & Protected" border="0" width="125" height="75" srcset="https://static.copyrighted.com/badges/125x75/06_2x.png 2x" src="https://static.copyrighted.com/badges/125x75/06.png"></a><script src="https://static.copyrighted.com/badges/helper.js"></script>
<br><br><br><br>
</body>
</html>