From 49b8a0f7dceaa5eeda33a405ad421a568ed932ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mir=C3=B3=20Allard?= Date: Sat, 19 Oct 2024 13:39:40 +0200 Subject: [PATCH] Auth: refresh visuals --- web/auth.html | 288 +++++++++++++++++++++++++++++--------------------- 1 file changed, 170 insertions(+), 118 deletions(-) diff --git a/web/auth.html b/web/auth.html index 566100df..a98ced0c 100644 --- a/web/auth.html +++ b/web/auth.html @@ -1,140 +1,192 @@ - - - - - Login to SilverBullet - + - form > div { - margin-bottom: 5px; - } - - .error-message { - color: red; - } - - - - -
+ +
+

Login to SilverBullet

-
-
-
-
- - -
-
- - -
-
- - -
-
- -
+ +
+
+ + +
+
+ + +
+
+ +
+
- + + - - - + document.getElementById("login").appendChild(input); + } + + + + \ No newline at end of file