<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>ModAS</title>
    <style>
        body, p, h1 {
            background-color: #000000;
            color: #ffffff;
            margin: 0 0 14px 0;
        }
    </style>
</head>
<body>
    <div style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);">
        <h1 style="margin-bottom: 0;">ModAS</h1>
        <p style="color: #ffffff66; font-size: 0.75em;"><i>Moderation at your fingertips</i></p>
        <p>Server is running.</p>
        <a href="/swagger">API documentation</a>
    </div>
</body>
</html>