From 7f711cd29e602ad2112b9bb80e93ce79b81f7845 Mon Sep 17 00:00:00 2001 From: April-37 Date: Sat, 17 Aug 2024 21:13:41 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EA=B3=A8=EC=A1=B0=20?= =?UTF-8?q?=EB=B0=8F=20=EC=8A=A4=ED=83=80=EC=9D=BC=EC=8B=9C=ED=8A=B8=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- login.html | 15 ++++++++++++++- signup.html | 14 ++++++++++++++ style_login.css | 3 +++ style_signup.css | 3 +++ 4 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 signup.html create mode 100644 style_login.css create mode 100644 style_signup.css diff --git a/login.html b/login.html index cd00d6fb..fb1af072 100644 --- a/login.html +++ b/login.html @@ -1 +1,14 @@ -Login Page. \ No newline at end of file + + + + + 로그인 + + + + +
+
+
+ + \ No newline at end of file diff --git a/signup.html b/signup.html new file mode 100644 index 00000000..774eb10d --- /dev/null +++ b/signup.html @@ -0,0 +1,14 @@ + + + + + 회원가입 + + + + +
+
+
+ + \ No newline at end of file diff --git a/style_login.css b/style_login.css new file mode 100644 index 00000000..7fc28f96 --- /dev/null +++ b/style_login.css @@ -0,0 +1,3 @@ +body { + +} \ No newline at end of file diff --git a/style_signup.css b/style_signup.css new file mode 100644 index 00000000..7fc28f96 --- /dev/null +++ b/style_signup.css @@ -0,0 +1,3 @@ +body { + +} \ No newline at end of file