From 1a9f7fd72e5bf174450c201362d40e3b17c62ed7 Mon Sep 17 00:00:00 2001 From: Hendrik Schlehlein Date: Mon, 4 Feb 2019 00:54:14 +0100 Subject: [PATCH] updated templates && styles --- static/styles.css | 7 +++++++ templates/index.html | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/static/styles.css b/static/styles.css index b572f0e..70a16db 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,9 +1,16 @@ *{ padding: 0; margin: 0; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + +} +.content { + max-width: 500px; + margin: auto; } h2{ + padding-top: 20px; } small{ diff --git a/templates/index.html b/templates/index.html index 2c1a7de..73c31b4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,6 +8,13 @@ +
+

Online Members

+

{{.Server.Name}}

{{$clients := .Clients}} @@ -20,6 +27,7 @@ {{end}} {{end}} {{end}} +
\ No newline at end of file