Skip to content

Commit

Permalink
Update solution.hide.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Nov 15, 2023
1 parent 4ea5140 commit 8be924c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/14-video-tag/solution.hide.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<body style="margin: 0">
<!-- your code here -->
<video width="100%" height="100%" autoplay muted>
<source src="https://assets.breatheco.de/apis/video/why-pair-programming" />
<source src="https://github.com/breatheco-de/assets-old/blob/bb5870b89e029884360641b544665bcb037ef437/apis/video/videos/4geeks-background.mp4?raw=true" />
</video>
</body>
</html>
</html>

0 comments on commit 8be924c

Please sign in to comment.