<!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" style="font-size: 30pt;">Learn!</a> </div> <div class="col"> <a href="/practice.html" class="btn btn-primary p-5 w-100" style="font-size: 30pt;">Practice!</a> </div> <div class="col"> <a href="/master.html" class="btn btn-primary p-5 w-100" style="font-size: 30pt;">Master!</a> </div> </div> <div class="row justify-content-center"> <img aria-description="ExpressED logo" alt="ExpressED logo" src="/logo.png" width="500" height="500" class="d-block mx-auto mt-5 mb-5"> </div> </div> </div> </div> <p style="position: fixed; bottom: 0; left: 10pt;">~core/expressed v1.1.1 - <a href="/changelog.html">changelog</a> - made with <3 - last build 01/08/23 20:50:22Z</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>