2023-11-20 16:39:21 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" data-bs-theme="dark">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>ExpressED - Unlocking Expressions For The Visually Impaired</title>
|
|
|
|
<link rel="stylesheet" href="/bootstrap.min.css" />
|
|
|
|
</head>
|
|
|
|
<body >
|
|
|
|
<div class="h-100 d-flex align-items-center justify-content-center">
|
|
|
|
<div>
|
|
|
|
<h1>ExpressED - Unlocking Expressions For The Visually Impaired</h1>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col">
|
|
|
|
<a href="/learn.html" class="btn btn-primary p-5 w-100">Learn!</a>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<a href="/practice.html" class="btn btn-primary p-5 w-100">Practice!</a>
|
|
|
|
</div>
|
|
|
|
<div class="col">
|
|
|
|
<a href="/master.html" class="btn btn-primary p-5 w-100">Master!</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-11-27 20:30:49 +00:00
|
|
|
<p style="position: absolute; bottom: 0; left: 10pt;">~core/expressed v1.0.2 - <a href="/changelog.html">changelog</a> - made with <3 - last build 11/21/23 01:37:33Z</p>
|
2023-11-21 01:53:22 +00:00
|
|
|
|
2023-11-20 16:39:21 +00:00
|
|
|
<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>
|