remove / from filepath
This commit is contained in:
parent
17a9d29ed2
commit
e21ef3641d
@ -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>
|
||||
|
@ -1,3 +1,3 @@
|
||||
* {
|
||||
background-color: darkseagreen;
|
||||
background-color: #696035;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user