-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog.html
45 lines (45 loc) · 1.73 KB
/
changelog.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="content/js/jquery.js"></script>
<script src="content/js/index.js"></script>
<link rel="stylesheet" href="style.css">
<title>Spieläffin</title>
</head>
<body>
<div id="navbar">
<p><span class="gay"><a href="index.html" class="saltine">Home</a></span></p>
</div>
<div id="header">
<h1 class="head menze">Change log</h1>
<p class="quote" id="quote"></p>
</div>
<h2><a href="https://github.com/sowelimusi/busman/">Version 1A</a></h2>
<ul>
<li>Fixed spelling</li>
<li>Added games</li>
<li>Translated inito Anglisc, German, Spanish, and Toki Pona</li>
<li>Added 17 more quotes</li>
<li><i>Almost</i> readded the gore folder</li>
<li>Added Ruffle</li>
<li>Added (and I quote) "twink watermelon" color palette (#17d67d, #d61770, #1770d6)</li>
<li>Türkiye</li>
<li>Removed the curse of Rah</li>
</ul>
<h2><a href="https://github.com/sowelimusi/busman/commit/b6abb79410fd08451b67944099a223579b3f3c4f">Version 0A</a></h2>
<ul>
<li>Created a basic outline of the site</li>
<li>Decided the name</li>
<li>Decided the font</li>
<li>Made the picture a cat (for some reason)</li>
<li>Added quote system</li>
<li>Removed the curse of Rah</li>
</ul>
<div id="footer">
<p>© Teker, 2024</p>
<p>With ♡ from Colorado </p>
</div>
</body>
</html>