added js part

This commit is contained in:
Udit Patel 2020-07-02 20:04:48 +05:30 committed by GitHub
parent cafc3b6308
commit ef6eef2a3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,14 +43,9 @@
</div> </div>
<!-- /globalParallax --> <!-- /globalParallax -->
<!-- JS DEPENDENCIES --> <!-- JSPart -->
<script src="../lib/jquery/jquery-3.5.1.min.js" defer></script> {% include js.html %}
<script src="../lib/bootstrap/js/bootstrap.bundle.min.js" defer></script> <!-- /JSPart -->
<!-- /JS DEPENDENCIES -->
<!--CUSTOM JS-->
<script src="../lib/js/index.js" defer></script>
<!--/CUSTOM JS-->
</body> </body>
</html> </html>