Skip to content

Commit

Permalink
Fix image reference on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Jan 24, 2024
1 parent 4a8dd6c commit 426185a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
type='video/webm;codecs="vp8, vorbis"' />
<source src="assets/dash/video/hotreload.mp4"
type='video/mp4;codecs="avc1.42E01E, mp4a.40.2"' />
<img src=assets/dash/2x/paint-your-ui.png alt="Paint your UI" />
<img src="assets/dash/2x/paint-your-ui.png" alt="Paint your UI" />
</video>
</section>
</div>
Expand Down

0 comments on commit 426185a

Please sign in to comment.