diff --git a/index.php b/index.html similarity index 95% rename from index.php rename to index.html index f2866de..1cc4c5f 100644 --- a/index.php +++ b/index.html @@ -1,5 +1,5 @@ - + UAAP | Uberspace Account Administration Panel @@ -7,11 +7,11 @@ - +
+

Account Administration Panel

You have following options:

-< - -

This web application has been created by Max Mehl
+

+
+ + + diff --git a/static/style.css b/static/style.css index 26ad46d..707c079 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,18 @@ +* { + margin: 0; +} +html, body { + height: 100%; +} +.wrapper { + min-height: 100%; + height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */ + height: 100%; + margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */ +} +.footer, .push { + height: 155px; /* .push must be the same height as .footer */ +} body { color: #333; font-family: Arial,Helvetica,sans-serif;