From acfde602ff33e09de5f55942220d9a6dafd5d889 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sat, 2 Aug 2025 19:06:42 -0400 Subject: Create login page This is where the exploit will happen. Prompt: Create a login page. The login form should make a POST request with the form body to an appropriate API endpoint. --- static/login.html | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 static/login.html (limited to 'static/login.html') diff --git a/static/login.html b/static/login.html new file mode 100644 index 0000000..9b6c437 --- /dev/null +++ b/static/login.html @@ -0,0 +1,129 @@ + + + + + + Sign In - TaskFlow + + + + +
+ + + +
+ +
+
+ + Login successful! Redirecting... +
+
+ + + + -- cgit