From 75a581386e32772ce45464aadec93efcfbfef2fe Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 13 Jan 2019 16:22:06 -0800 Subject: [PATCH] Create webpage with text input boxes for username and password and a second password verification box for creating a user account. Secondary password box should verify that the passwords match. Each text for now should be at least 4 characters long --- front/static/signup.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/front/static/signup.html b/front/static/signup.html index 5282bbc..a8905a4 100644 --- a/front/static/signup.html +++ b/front/static/signup.html @@ -8,4 +8,28 @@ Sign up + +

Sign up page

+
+ User Name:
+ Password:
+ Confirm Password:
+ + Return to main menu +
+ + \ No newline at end of file