Here is the path to the image I am trying to display:
https://i.sstatic.net/Vn6SA.png
This is the code snippet I have in my file:
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="../galery/logo.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div>
I can't seem to get the image to display correctly, and I'm not sure what the issue might be.