Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87f82b1

Browse files
authored
Merge pull request wesbos#303 from andrerfcsantos/master
[Day 19] Make request to snap.mp3 via HTTPS instead of HTTP
2 parents 08dd8d8 + 8a604be commit 87f82b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

19 - Webcam Fun/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div class="strip"></div>
3838
</div>
3939

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

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

0 commit comments

Comments
 (0)