From 8cfef8a56128334d49d5d7676eaffb019da123e2 Mon Sep 17 00:00:00 2001 From: 65160377 <65160377@go.buu.ac.th> Date: Sat, 29 Mar 2025 01:12:00 +0700 Subject: [PATCH] Initial commit --- includes/footer.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/includes/footer.php b/includes/footer.php index fc48dbe..9c04325 100644 --- a/includes/footer.php +++ b/includes/footer.php @@ -5,9 +5,10 @@ <!--- /footer-top ----> <!---copy-right ----> <div class="copy-right"> - <div class="container"> - - <div class="footer-social-icons wow fadeInDown animated animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInDown;"> - © Copyright 2017 project worlds developed by <a href="http://projectworlds.in/contacts-us">Yugesh Verma <a/> - </div> -</div> \ No newline at end of file + <div class="container"> + <div class="footer-social-icons wow fadeInDown animated animated" data-wow-delay=".5s" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInDown;"> + © Copyright 2017 project worlds developed by + <a href="http://projectworlds.in/contacts-us">Yugesh Verma</a> + </div> + </div> +</div> -- GitLab