Remove the useless autoplay attribute

This commit is contained in:
Daniel Bowling 2021-01-23 20:07:08 -05:00
parent 9fcda0a3c3
commit 7f33ea003a

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>