added loading icon

This commit is contained in:
Edward Tirado Jr 2025-04-22 19:32:12 -05:00
parent eef0435197
commit 4a3422889f
5 changed files with 34 additions and 6 deletions

View file

@ -0,0 +1,15 @@
<script lang="ts" setup></script>
<template>
<video
alt="Loading"
autoplay
class="flex absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2"
loop
muted
src="/assets/img/movie-loader.webm"
type="video/webm"
/>
</template>
<style scoped></style>