Add music to CELEBRATE
This commit is contained in:
parent
72a04887d4
commit
77230cfa04
2 changed files with 2 additions and 1 deletions
BIN
src/lib/assets/audio/8bit-win.mp3
Normal file
BIN
src/lib/assets/audio/8bit-win.mp3
Normal file
Binary file not shown.
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { onMount } from 'svelte';
|
import { onMount } from 'svelte';
|
||||||
|
import celebrate from '$lib/assets/audio/8bit-win.mp3';
|
||||||
|
|
||||||
let characters = ['🥳', '🎉', '✨'];
|
let characters = ['🥳', '🎉', '✨'];
|
||||||
|
|
||||||
|
@ -50,9 +51,9 @@
|
||||||
<div class="text-column">
|
<div class="text-column">
|
||||||
<h1>Yahoo!</h1>
|
<h1>Yahoo!</h1>
|
||||||
<h2>Celebrate good times COME ON!</h2>
|
<h2>Celebrate good times COME ON!</h2>
|
||||||
|
<audio loop="true" autoplay="true" src="{celebrate}" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
:global(body) {
|
:global(body) {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Reference in a new issue