Following the method provided in Bootstrap documentation, I included the following code:
<div class="container">
<a class="navbar-brand" href="#">
<img src="/img/hangers.jpg" alt="" width="30" height="24">
</a>
</div>
Despite implementing the prescribed steps, the image is not appearing as expected. You can view the image here.
I have double-checked the path to the image multiple times and it seems to be correct. Here is the directory structure for reference: directory structure