remove / from filepath

This commit is contained in:
Kevin Falting 2019-04-30 11:11:11 +09:00
parent 17a9d29ed2
commit e21ef3641d
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<div class="container-fluid">
<div class="row">
<div class="col col-12 col-sm-6">
<img src="/img/header.png" class="img-fluid" alt="Responsive image">
<img src="img/header.png" class="img-fluid" alt="Responsive image">
</div>
<div class="col">asdf</div>
</div>

View File

@ -1,3 +1,3 @@
* {
background-color: darkseagreen;
background-color: #696035;
}