34581-vm/includes/footer.php
Flatlogic Bot 4ed2abbf31 1.0
2025-10-02 02:55:03 +00:00

13 lines
417 B
PHP

</main>
<footer class="text-center mt-4 py-3 text-muted">
<p>&copy; <?= date('Y') ?> TimeSheet App. All rights reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
<script>
feather.replace()
</script>
</body>
</html>