Revert "Remove the useless autoplay attribute"
This reverts commit 7f33ea003a
.
This commit is contained in:
parent
cb72411379
commit
d220a035d7
|
@ -67,7 +67,8 @@
|
||||||
<!-- Soundtrack -->
|
<!-- Soundtrack -->
|
||||||
<audio src="/assets/curb.mp3"
|
<audio src="/assets/curb.mp3"
|
||||||
id="soundtrack"
|
id="soundtrack"
|
||||||
preload="auto"></audio>
|
preload="auto"
|
||||||
|
autoplay></audio>
|
||||||
<!-- Add the background image -->
|
<!-- Add the background image -->
|
||||||
<div class="bg"></div>
|
<div class="bg"></div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user