0
我想在我的導航欄的左側添加一個徽標(它也可以作爲主頁的鏈接),但它只顯示爲「?」在盒子裏。任何提示修復此問題?圖像無法正確顯示在導航欄中,導軌?
這裏是導航欄的代碼...
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<img alt="Brand" src="/assets/images/1.png">
</a>
</div>
</div>