Car_rental/jquery.php
2025-01-07 15:54:52 +05:45

27 lines
1.0 KiB
PHP

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-1.11.0.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.autocomplete.min.js"></script>
<script src="js/jquery.placeholder.js"></script>
<script src="js/locations-autocomplete.js"></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/gmap3.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBsr1sFUtzPoVl9GIKmp1dXCS04tcJ9NfI" type="text/javascript"></script>
<!--[if !(gte IE 8)]><!-->
<script src="js/wow.min.js"></script>
<script>
// Initialize WOW
//-------------------------------------------------------------
new WOW({mobile: false}).init();
</script>
<!--<![endif]-->
<script src="js/custom.js"></script>