Skip to content

Commit

Permalink
Merge pull request wesbos#303 from andrerfcsantos/master
Browse files Browse the repository at this point in the history
[Day 19] Make request to snap.mp3 via HTTPS instead of HTTP
  • Loading branch information
wesbos authored Jan 6, 2020
2 parents 08dd8d8 + 8a604be commit 87f82b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 19 - Webcam Fun/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="strip"></div>
</div>

<audio class="snap" src="http://wesbos.com/demos/photobooth/snap.mp3" hidden></audio>
<audio class="snap" src="https://wesbos.com/demos/photobooth/snap.mp3" hidden></audio>

<script src="scripts.js"></script>

Expand Down

0 comments on commit 87f82b1

Please sign in to comment.