mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
13 lines
No EOL
410 B
HTML
13 lines
No EOL
410 B
HTML
<!-- From Uiverse.io by Cybercom682 - Tags: loader, spinner, circle, clean, circle loader, spin -->
|
|
<div class="text-center">
|
|
<div
|
|
class="w-16 h-16 border-4 border-dashed rounded-full animate-spin border-yellow-500 mx-auto"
|
|
></div>
|
|
<h2 class="text-zinc-900 dark:text-white mt-4">Loading...</h2>
|
|
<p class="text-zinc-600 dark:text-zinc-400">
|
|
Your adventure is about to begin
|
|
</p>
|
|
</div>
|
|
|
|
|
|
|