expressed/changelog.html

39 lines
1.6 KiB
HTML
Raw Normal View History

2023-11-21 01:53:22 +00:00
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>ExpressED | Changelog</title>
<link rel="stylesheet" href="/bootstrap.min.css" />
</head>
<body>
<div class="h-100 d-flex align-items-center justify-content-center text-center">
<div>
<div class="container">
<div class="row">
<div class="col">
<h1>ExpressED: Changelog</h1>
<h2>1.0.1 - 11/20/23</h2>
<p>Slight theme changes. Learn window layout modified to be more friendly to screen readers. Visage watermarks removed. Version footer added.</p>
<hr>
<h2>1.0.0 - 11/20/23</h2>
<p>Initial release! Everything added.</p>
</div>
</div>
<div class="row">
<div class="col">
<a href="/" class="btn btn-secondary p-5 w-100">Go Back</a>
</div>
</div>
</div>
</div>
</div>
<p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.1 - <a href="/changelog.html">changelog</a> - made with <3 - last build 11/21/23 01:37:33Z</p>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>