diff --git a/src/pages/login.astro b/src/pages/login.astro
index 10a83d0..952ee58 100644
--- a/src/pages/login.astro
+++ b/src/pages/login.astro
@@ -80,10 +80,48 @@ if(Astro.request.method === "POST") {
-
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/src/pages/register.astro b/src/pages/register.astro
index 891aad6..286f254 100644
--- a/src/pages/register.astro
+++ b/src/pages/register.astro
@@ -103,15 +103,52 @@ if(Astro.request.method === "POST") {
}
}
---
-
-
-
\ No newline at end of file
+
+
\ No newline at end of file