After downloading the minified version of Bootstrap and placing it in the root directory of my project, I added the following code to a HTML file located in /views/:
<link rel="stylesheet" href="/bootstrap.min.css">
Despite this, the page remained unchanged as the Bootstrap styles were not applied. While I know that using a CDN would work, I wanted to experiment with including it locally first. I also attempted to include Semantic-UI in a similar manner, but encountered the same issue. What could be the mistake I am making?