From ce9ced5c8beb4590b95051930a9bacf83b21762a Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Mon, 28 Mar 2022 21:25:07 +0200 Subject: add button (it's ugly) --- public/client.html | 40 +++++++++++++++++++++++++++++----------- webAO/styles/client.css | 6 +++++- 2 files changed, 34 insertions(+), 12 deletions(-) diff --git a/public/client.html b/public/client.html index 28a0bf1..34c2aa1 100644 --- a/public/client.html +++ b/public/client.html @@ -20,13 +20,14 @@ - + @@ -37,10 +38,8 @@ - - - - + + @@ -50,8 +49,27 @@

Having trouble? Join us on Discord

+

Choose your character

+
+

You need to authorize to continue

+
+
+ +

diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 4e0712e..3bcc493 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -68,6 +68,10 @@ animation: error_blink 3s ease-in-out infinite; } +#client_secondfactor { + display: block; +} + #client_loading { display: block; flex-direction: column; @@ -703,4 +707,4 @@ .hrtext:after { left: 0.5em; margin-right: -50%; -} \ No newline at end of file +} -- cgit