Skip to content

Commit

Permalink
feat: add tutorial video
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Sep 17, 2024
1 parent ed97554 commit fee5bdc
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions views/index.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,17 @@
</i>

<div class="flex justify-center mb-8">
<img
alt="App screenshot"
src="assets/images/screenshot.png"
width="800px"
height="513px"
loading="lazy"
/>
<iframe
id="youtube-embed"
width="800"
height="513"
src="https://www.youtube.com/embed/eKoD9yyr1To?si=xwT-GzxX5_zgYRya"
title="Hackatime Tutorial Video"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
></iframe>
</div>
</div>
</main>
Expand Down

0 comments on commit fee5bdc

Please sign in to comment.