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 --> <!-- Soundtrack -->
<audio src="/assets/curb.mp3" <audio src="/assets/curb.mp3"
id="soundtrack" id="soundtrack"
preload="auto" preload="auto"></audio>
autoplay></audio>
<!-- Add the background image --> <!-- Add the background image -->
<div class="bg"></div> <div class="bg"></div>
</body> </body>