14 lines
317 B
PHP
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>
|