From 7d3d5ef2815139df8322704d2804ae25e576f877 Mon Sep 17 00:00:00 2001 From: Taehoon Date: Mon, 1 Jun 2026 16:23:23 +0900 Subject: [PATCH] feat: implement initial login UI and entry logic --- index.html | 28 +++++++++++- src/main.ts | 34 +++++++++++++- src/styles/login.css | 105 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 165 insertions(+), 2 deletions(-) create mode 100644 src/styles/login.css diff --git a/index.html b/index.html index 5fc7d78..a9f7fb2 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ + @@ -18,7 +19,32 @@ -
+ + + +