42 lines
1.9 KiB
HTML
42 lines
1.9 KiB
HTML
<!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.1.0 - 12/06/23</h2>
|
|
<p>Added descriptions. Added logo to splash page. Made text bigger. Removed Neutral. Added back button to practice screen.</p>
|
|
<h2>1.0.2 - 11/27/23</h2>
|
|
<p>Made text bigger on the learn page.</p>
|
|
<hr>
|
|
<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" style="font-size: 30pt;">Go Back</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<p style="position: fixed; bottom: 0; left: 10pt;">~core/expressed v1.1.0 - <a href="/changelog.html">changelog</a> - made with <3 - last build 12/06/23 21:02:45Z</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>
|