jQuery Undefined Issue
When I attempt to create a new page with bootstrap I get jQuery line on line 16 qith line 17 saying "undefined"
Source code below. Using Adobe Dreamweaver 21.7. Checked for updates, and it is updated. First time using Dreamweaver so I have not established any settings or nything.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Untitled Document</title>
<!-- Bootstrap -->
<link href="file:///C|/Users/jbour/Documents/healingtouchtm/css/bootstrap-5.3.8.css" rel="stylesheet">
</head>
<body>
<!-- body code goes here -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
undefined
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="file:///C|/Users/jbour/Documents/healingtouchtm/js/popper-2.11.8.min.js"></script>
<script src="file:///C|/Users/jbour/Documents/healingtouchtm/js/bootstrap-5.3.8.js"></script>