Revert "Remove the useless autoplay attribute"

This reverts commit 7f33ea003a.
This commit is contained in:
Daniel Bowling 2021-01-25 19:58:46 -05:00
parent cb72411379
commit d220a035d7

View File

@ -67,7 +67,8 @@
<!-- Soundtrack -->
<audio src="/assets/curb.mp3"
id="soundtrack"
preload="auto"></audio>
preload="auto"
autoplay></audio>
<!-- Add the background image -->
<div class="bg"></div>
</body>