34777-vm/partials/footer.php
Flatlogic Bot b1030df0f7 mms
2025-10-08 05:53:42 +00:00

14 lines
317 B
PHP

<!-- Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
<script>
// Initialize Feather Icons
feather.replace();
</script>
</body>
</html>