From cacddd16e2e8938d84dd8088469f5da7555087bb Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Tue, 31 Mar 2026 20:57:40 -0400 Subject: [PATCH] change file structure --- src/pages/login_page.html | 4 ++-- src/pages/profile_page.html | 4 ++-- static/{ => error}/error.css | 0 static/{ => error}/error.js | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename static/{ => error}/error.css (100%) rename static/{ => error}/error.js (100%) diff --git a/src/pages/login_page.html b/src/pages/login_page.html index 96ca398..3055005 100644 --- a/src/pages/login_page.html +++ b/src/pages/login_page.html @@ -6,7 +6,7 @@ rel="stylesheet" /> - + @@ -33,4 +33,4 @@ - + diff --git a/src/pages/profile_page.html b/src/pages/profile_page.html index 5e2d9a2..8c62bb7 100644 --- a/src/pages/profile_page.html +++ b/src/pages/profile_page.html @@ -7,7 +7,7 @@ /> - + @@ -213,4 +213,4 @@ }); - + diff --git a/static/error.css b/static/error/error.css similarity index 100% rename from static/error.css rename to static/error/error.css diff --git a/static/error.js b/static/error/error.js similarity index 100% rename from static/error.js rename to static/error/error.js