From d20f1d2e1bbba2cca7afbbf25bd40ca094adedfe Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 22 May 2024 18:02:20 +0200 Subject: [PATCH] refactor(footer): improve HTML structure and accessibility Optimized the footer HTML markup for better readability and web accessibility. Changes include the use of more semantic HTML, such as replacing `
` tags with CSS for centering content, and ensuring proper use of self-closing `
` tags. This update aims to enhance maintainability and ensure a more inclusive user experience by adhering to modern web standards. --- templates/footer.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/templates/footer.html b/templates/footer.html index e276164..02318c7 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,7 +1,11 @@ - \ No newline at end of file +