From 691aa744a0398f185b3ca98a36fbd83806c7786c Mon Sep 17 00:00:00 2001 From: Parker Date: Sun, 10 Nov 2024 16:36:16 -0600 Subject: TOO MUCH STUFF --- app/templates/dashboard.html | 238 ------------------------------------------- app/templates/login.html | 105 ------------------- app/templates/signup.html | 112 -------------------- 3 files changed, 455 deletions(-) delete mode 100644 app/templates/dashboard.html delete mode 100644 app/templates/login.html delete mode 100644 app/templates/signup.html (limited to 'app/templates') diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html deleted file mode 100644 index fa7458a..0000000 --- a/app/templates/dashboard.html +++ /dev/null @@ -1,238 +0,0 @@ - - - - - - LinkLogger | Dashboard - - - - - -
- - - - - - - - -
LinkVisitsRedirectExpire Date
-
- - - - - - \ No newline at end of file diff --git a/app/templates/login.html b/app/templates/login.html deleted file mode 100644 index 8e59481..0000000 --- a/app/templates/login.html +++ /dev/null @@ -1,105 +0,0 @@ - - - - - - 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/app/templates/signup.html b/app/templates/signup.html deleted file mode 100644 index 32962b7..0000000 --- a/app/templates/signup.html +++ /dev/null @@ -1,112 +0,0 @@ - - - - - - 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