13 lines
476 B
PHP
13 lines
476 B
PHP
<!-- Footer -->
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<p class="mb-0">© <?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>
|