Currently trying to build a company intranet, however the home page images I'm using aren't loading.
<div class="col-md-4">
<img src="~/Views/Home/Icons/document.png" />
</div>
All images are in png format inside a folder next to the cshtml I'm trying to load them in.