diff --git a/app/templates/login.html b/app/templates/login.html
index e56b678..15b9ec3 100644
--- a/app/templates/login.html
+++ b/app/templates/login.html
@@ -5,17 +5,133 @@ You're logged in already!
{% else %}
+
+
+
+
+
+
+
Sign Up
{% endif %}
{% endblock %}
+jjj
\ No newline at end of file
diff --git a/app/templates/signup.html b/app/templates/signup.html
index eb3e301..190cf76 100644
--- a/app/templates/signup.html
+++ b/app/templates/signup.html
@@ -7,13 +7,132 @@ You're logged in already!
Logout.
{{ get_flashed_messages()[0] | safe }}
-
Sign up here.
+
+
+
+
+
{% endif %}
{% endblock %}