summary refs log tree commit diff
path: root/ModAS.Server/wwwroot/index.html
blob: d7eb73ae4a7f1b329cd0ea9a6ebdf517cb824521 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>