summary refs log tree commit diff
path: root/ModAS.Server/wwwroot/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'ModAS.Server/wwwroot/index.html')
-rw-r--r--ModAS.Server/wwwroot/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/ModAS.Server/wwwroot/index.html b/ModAS.Server/wwwroot/index.html
new file mode 100644

index 0000000..391570a --- /dev/null +++ b/ModAS.Server/wwwroot/index.html
@@ -0,0 +1,21 @@ +<!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> + </div> +</body> +</html> \ No newline at end of file