Initial commit

This commit is contained in:
subashGamer21
2025-01-07 15:54:52 +05:45
commit f26cef8072
84 changed files with 11774 additions and 0 deletions

26
jquery.php Normal file
View File

@ -0,0 +1,26 @@
<!-- 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>