13 lines
491 B
PHP
13 lines
491 B
PHP
<div class="absolute w-full h-full bg-sky-600 rounded-lg">
|
|
<div class="w-full mt-32 text-center animate-pulse">
|
|
Loading
|
|
</div>
|
|
<div class="mt-20 w-full flex justify-center">
|
|
<span class="relative flex h-28 w-28">
|
|
<span
|
|
class="animate-ping absolute inline-flex h-full w-full rounded-full bg-sky-400 opacity-75"></span>
|
|
<span class="relative inline-flex rounded-full h-28 w-28 bg-sky-500"></span>
|
|
</span>
|
|
</div>
|
|
</div>
|