-
Notifications
You must be signed in to change notification settings - Fork 1
/
Patchnotes.html
58 lines (48 loc) · 2.26 KB
/
Patchnotes.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Patch notes</title>
<link rel="icon" type="image/png" href="images/pleto.png"/>
<link rel="stylesheet" href="patchcss.css">
</head>
<body>
<div class="bootlegmain">
<h1>Website Patch Notes</h1>
<hr>
<p>This page isnt really anything special other then updates to the site.</p>
<h1>Version 2.3.2: The End of 2022</h1>
<iframe src="https://plainsys.github.io/patches/patchsv232" height=350 width=610></iframe>
<h1>Version 2.3.1: KRIMA</h1>
<iframe src="https://plainsys.github.io/patches/patchsv231" height=350 width=610></iframe>
<h1>Version 2.3.0: Addition</h1>
<iframe src="https://plainsys.github.io/patches/patchsv230" height=350 width=610></iframe>
<h1>Version 2.2.2: THE PATCHOULI-</h1>
<iframe src="https://plainsys.github.io/patches/patchsv222" height=350 width=610></iframe>
<h1>Version 2.2.0: Awakwening</h1>
<iframe src="https://plainsys.github.io/patches/patchsv220" height=350 width=610></iframe>
<h1>Version 2.1.0: When the Joe</h1>
<ol>
<li>Added Poorly Drawn Joe: The Trench</li>
<li>Added a fullscreen button</li>
<li>Removed unneccesary code</li>
<li>Added a new remix</li>
<li>Added comments and organized some of the code</li>
<li>Fixed the patchnotes</li>
<li>Updated favicon</li>
<li>Updated Albadil Chrome (added improvements and the new BETA feature, Arcade Mode)</li>
</ol>
<hr>
<h1>Version 2.0.0: The Third Phase</h1>
<ol>
<li>Revamped Website layout</li>
<li>Updated "Albadil Chrome" page</li>
<li>Added two new tabs (Games and Music)</li>
<li>Added a proper patch notes page</li>
<li>Changed/Removed old fonts with newer fonts</li>
<li>Changed websites "favicon"</li>
</ol>
</div>
</body>
</html>