You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
FutureCraft/includes/footer.php

9 lines
317 B

<footer class="bg-light text-center py-3 mt-5">
<div class="container">
<p class="mb-0">&copy; 2025 DonateEase. All Rights Reserved.</p>
</div>
</footer>
<!-- Bootstrap JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>