diff --git a/app/templates/login.html b/app/templates/login.html
index e56b678..028e004 100644
--- a/app/templates/login.html
+++ b/app/templates/login.html
@@ -5,17 +5,147 @@ 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..0252c18 100644
--- a/app/templates/signup.html
+++ b/app/templates/signup.html
@@ -7,13 +7,148 @@ You're logged in already!
Logout.
{{ get_flashed_messages()[0] | safe }}
-
Sign up here.
+
+
+
+
+
+
+
{% endif %}
{% endblock %}