Files
ihrm/templates/demo_database/animation_load_data.html

8 lines
500 B
HTML

<div class="d-flex flex-column justify-content-center align-items-center" style="height: 100vh">
<dotlottie-player src="https://lottie.host/18cba2b6-5cb3-46d7-940c-6dc86b6ed0ea/rCwU9B44vO.json"
background="transparent" speed="1" style="width: 300px; height: 300px" loop autoplay>
</dotlottie-player>
<p style="font-weight: bold;">Loading Demo Database</p>
</div>
<script src="https://unpkg.com/@dotlottie/player-component@latest/dist/dotlottie-player.mjs" type="module"></script>