From f8aed548f201914841f23e764f4e6249c6b8ff3c Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Tue, 11 Feb 2025 12:39:29 +0800 Subject: [PATCH] web(auth): looks nice doesnt work --- Web/public/auth.html | 185 +++++++++++++++++++++++++++++++++++++ Web/public/index.html | 5 +- Web/public/js/auth.js | 0 Web/public/js/ebcd-auth.js | 9 ++ Web/public/login.html | 44 --------- 5 files changed, 195 insertions(+), 48 deletions(-) create mode 100644 Web/public/auth.html delete mode 100644 Web/public/js/auth.js create mode 100644 Web/public/js/ebcd-auth.js delete mode 100644 Web/public/login.html diff --git a/Web/public/auth.html b/Web/public/auth.html new file mode 100644 index 0000000..994e70a --- /dev/null +++ b/Web/public/auth.html @@ -0,0 +1,185 @@ + + + + + + Echoes Behind Closed Doors + + + + + + + + + + + + + + + + + + +
+
+
+

Authenticate with Us

+

+ Log in with a magic link. No account yet? We'll make one! +

+
+
+ + +
+
+
+ +
+
+ Or continue with +
+
+ + +
+
+ +
+
+ +
+

You've Got Mail!

+
+
+

+ We've sent you an email with a magical link to authenticate with us. + If you're a new user, you'll make an account. If you're an existing + user, you'll be logged in. Check your inbox! +

+
+ +
+
+ + + diff --git a/Web/public/index.html b/Web/public/index.html index 3ff0197..ab1d366 100644 --- a/Web/public/index.html +++ b/Web/public/index.html @@ -148,10 +148,7 @@