35861-vm/includes/footer.php
Flatlogic Bot 1b14267623 v4
2025-11-19 22:24:36 +00:00

13 lines
476 B
PHP

<!-- Footer -->
<footer class="footer">
<div class="container">
<p class="mb-0">&copy; <?php echo date("Y"); ?> PromoPass. All Rights Reserved. Built with Flatlogic.</p>
</div>
</footer>
<!-- Bootstrap 5 JS Bundle -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
</body>
</html>