-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.html
30 lines (30 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>FJs555P | Changelog</title>
<link rel="icon" type="image/x-icon" href="icon.svg">
<link rel="stylesheet" href="stylesheet.css">
</head>
<body>
<div id = "header">
<a href = "index.html"><p>Home</p></a>
<a href = "description.html"><p>Description</p></a>
<a href = "files.html"><p>Files</p></a>
<a href = "changelog.html"><p>Changelog</p></a>
<img src = "logo.svg"/>
</div>
<img id = "front-clouds" class = "parallax-images" src = "front-clouds.png"/>
<img id = "plane" class = "parallax-images" src = "plane.png"/>
<img id = "back-clouds" class = "parallax-images" src = "back-clouds.png"/>
<div id = "content">
<h1>Changelog</h1>
<p>This is a list of all changes made to this site over time.</p>
<ul>
<li>8/11/2023: Rough draft of website finished. Yay!</li>
<li>8/13/2023: Finished porting all of the text form the old flighter13 website.</li>
</ul>
</div>
<script type="text/javascript" src="javascript.js"></script>
</body>
</html>