Skip to content

Commit

Permalink
feat: Add video to the main article content
Browse files Browse the repository at this point in the history
  • Loading branch information
J-JD committed Jul 13, 2021
1 parent 9d9f38e commit cea6d47
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,15 @@ <h1>Mozilla</h1>
<main>
<article>
<!-- insert iframe from youtube -->

<iframe
width="400"
height="315"
src="https://www.youtube.com/embed/ojcNcvb1olg"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
<h2>Rocking the free web</h2>

<p>
Expand Down

0 comments on commit cea6d47

Please sign in to comment.