Revert "Revert "Remove the useless autoplay attribute""

This reverts commit d220a035d7.
This commit is contained in:
Daniel Bowling 2021-01-25 20:01:23 -05:00
parent d220a035d7
commit 14e265d872

View File

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