From 691aa744a0398f185b3ca98a36fbd83806c7786c Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 10 Nov 2024 16:36:16 -0600 Subject: TOO MUCH STUFF --- api/templates/dashboard.html | 160 +++++++++++++++++++++++++++++++++++++++++++ api/templates/login.html | 105 ++++++++++++++++++++++++++++ api/templates/signup.html | 112 ++++++++++++++++++++++++++++++ 3 files changed, 377 insertions(+) create mode 100644 api/templates/dashboard.html create mode 100644 api/templates/login.html create mode 100644 api/templates/signup.html (limited to 'api/templates') diff --git a/api/templates/dashboard.html b/api/templates/dashboard.html new file mode 100644 index 0000000..25372bd --- /dev/null +++ b/api/templates/dashboard.html @@ -0,0 +1,160 @@ + + + + + + LinkLogger | Dashboard + + + + + + +
+ + + + + + + + +
LinkVisitsRedirectExpire Date
+
+ + + \ No newline at end of file diff --git a/api/templates/login.html b/api/templates/login.html new file mode 100644 index 0000000..8e59481 --- /dev/null +++ b/api/templates/login.html @@ -0,0 +1,105 @@ + + + + + + LinkLogger | Login + + +
+

Incorrect username/password. Please try again.

+
+ + + +
+
+

Don't have an account? Create one now

+
+ + + + + + \ No newline at end of file diff --git a/api/templates/signup.html b/api/templates/signup.html new file mode 100644 index 0000000..32962b7 --- /dev/null +++ b/api/templates/signup.html @@ -0,0 +1,112 @@ + + + + + + LinkLogger | Signup + + +
+

+
+ + + +
+
+

Already have an account? Log in now

+

Passwords must be at least 8 characters long and contain a number, special character, and uppercase character.

+
+ + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2