mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
29 lines
1.1 KiB
PHP
29 lines
1.1 KiB
PHP
<!-- Required vendors -->
|
|
<!-- Core JS -->
|
|
<script src="<?= site_url('themes/vuexy/vendor/libs/jquery/jquery.js') ?>"></script>
|
|
<script src="<?= site_url('themes/vuexy/vendor/libs/popper/popper.js') ?>"></script>
|
|
<script src="<?= site_url('themes/vuexy/vendor/js/bootstrap.js') ?>"></script>
|
|
<script src="<?= site_url('themes/vuexy/vendor/libs/perfect-scrollbar/perfect-scrollbar.js') ?>"></script>
|
|
<script src="<?= site_url('themes/vuexy/vendor/libs/node-waves/node-waves.js') ?>"></script>
|
|
|
|
<script src="<?= site_url('themes/vuexy/vendor/libs/hammer/hammer.js') ?>"></script>
|
|
<script src="<?= site_url('themes/vuexy/vendor/libs/i18n/i18n.js') ?>"></script>
|
|
<script src="<?= site_url('themes/vuexy/vendor/libs/typeahead-js/typeahead.js') ?>"></script>
|
|
|
|
<script src="<?= site_url('themes/vuexy/vendor/js/menu.js') ?>"></script>
|
|
|
|
|
|
<!-- Vendors JS -->
|
|
<script src="<?= site_url('themes/vuexy/vendor/libs/toastr/toastr.min.js'); ?>"></script>
|
|
|
|
<!-- Main JS -->
|
|
<script src="<?= site_url('themes/vuexy/js/main.js') ?>"></script>
|
|
|
|
<!-- Page JS -->
|
|
|
|
<!-- Custom JS -->
|
|
<script src="<?= site_url('assets/js/login.js'); ?>"></script>
|
|
|
|
<?= toastAlert() ?>
|
|
</body>
|
|
</html>
|