remove / from filepath

pull/4/head
Kevin Falting 6 years ago
parent 17a9d29ed2
commit e21ef3641d
  1. 2
      index.html
  2. 2
      styles.css

@ -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…
Cancel
Save