Add jQuery via Download

Add jQuery via Download

This approach assumes you downloaded the jQuery file and stored it on your js folder

<html>
  <head>
    <title>Add jQuery by downloading jQuery file(s)</title>
  </head>
  <body>

    <script src="js/jquery-3.4.1.js"></script>
    <script src="js/app.js"></script>
  </body>
</html>