https://i.sstatic.net/tzp6n.png
When attempting to launch my project on the server, I am facing issues with the CSS and JS files not loading properly.
Below is the code snippet I have been using to include CSS/JS files:
<script src="js/jquery.min.js"></script>
<link href="css/form.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
I am working with MyEclipse as my IDE.