Add music to CELEBRATE

This commit is contained in:
Sangelo 2023-06-05 11:18:25 +03:00
parent 72a04887d4
commit 77230cfa04
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -5,6 +5,7 @@
<script>
import { onMount } from 'svelte';
import celebrate from '$lib/assets/audio/8bit-win.mp3';
let characters = ['🥳', '🎉', '✨'];
@ -50,9 +51,9 @@
<div class="text-column">
<h1>Yahoo!</h1>
<h2>Celebrate good times COME ON!</h2>
<audio loop="true" autoplay="true" src="{celebrate}" />
</div>
<style>
:global(body) {
overflow: hidden;