Nav apraksta

1234567891011121314151617
  1. <!-- Core JS Files -->
  2. <script src="/static/assets/js/core/jquery.min.js"></script>
  3. <script src="/static/assets/js/core/popper.min.js"></script>
  4. <script src="/static/assets/js/core/bootstrap.min.js"></script>
  5. <script src="/static/assets/js/plugins/perfect-scrollbar.jquery.min.js"></script>
  6. <!-- Google Maps Plugin -->
  7. <!-- Place this tag in your head or just before your close body tag. -->
  8. <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script>
  9. <!-- Chart JS -->
  10. <script src="/static/assets/js/plugins/chartjs.min.js"></script>
  11. <!-- Notifications Plugin -->
  12. <script src="/static/assets/js/plugins/bootstrap-notify.js"></script>
  13. <!-- Control Center for Black Dashboard: parallax effects, scripts for the example pages etc -->
  14. <script src="/static/assets/js/black-dashboard.min.js?v=1.0.0"></script><!-- Black Dashboard DEMO methods, don't include it in your project! -->
  15. <script src="/static/assets/demo/demo.js"></script>