Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Add backslash to assets path (index.html)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwanzek committed Nov 24, 2016
1 parent 2119e69 commit d13708e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h4>Perfect Storm</h4>
</div>
<div class="col-lg-4">
<!-- insert images -->
<img src="assets/d3-ng2-demo-screenshots.png" class="img-responsive" />
<img src="/assets/d3-ng2-demo-screenshots.png" class="img-responsive" />
</div>
<div class="col-lg-3">
<h4>Take Flight</h4>
Expand Down

0 comments on commit d13708e

Please sign in to comment.