|
|
|
|
14
|
@vite(['resources/css/app.css'])
|
14
|
@vite(['resources/css/app.css'])
|
15
|
</head>
|
15
|
</head>
|
16
|
<body class="antialiased font-serif">
|
16
|
<body class="antialiased font-serif">
|
17
|
- <audio id="player" autoplay loop>
|
|
|
|
|
17
|
+ <audio id="player" autoplay="autoplay" loop="true">
|
18
|
<source src="{{'assets/background-music.mp3'}}" type="audio/mp3">
|
18
|
<source src="{{'assets/background-music.mp3'}}" type="audio/mp3">
|
19
|
</audio>
|
19
|
</audio>
|
20
|
<div class="section bg-babyblue h-screen w-screen flex justify-center items-center">
|
20
|
<div class="section bg-babyblue h-screen w-screen flex justify-center items-center">
|