From 0ae995f37d96a05277dfa951728b5494b9de4986 Mon Sep 17 00:00:00 2001 From: a2-abueida <anas2.abueida@live.uwe.ac.uk> Date: Tue, 29 Apr 2025 00:48:25 +0000 Subject: [PATCH] Add new file --- footer.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 footer.html diff --git a/footer.html b/footer.html new file mode 100644 index 0000000..b4cd07f --- /dev/null +++ b/footer.html @@ -0,0 +1,5 @@ +<footer class="bg-dark text-white py-4 mt-auto"> + <div class="container text-center"> + <p class="mb-0">© 2023 Uni Hub. All rights reserved.</p> + </div> +</footer> -- GitLab