35109-vm/includes/footer.php
2025-10-22 13:28:04 +00:00

11 lines
347 B
PHP

</main>
<footer class="container mt-5 py-3 text-center text-muted border-top">
<p>&copy; <?php echo date('Y'); ?> flkeet. Built with Flatlogic.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
</body>
</html>