5 lines
237 B
HTML
5 lines
237 B
HTML
|
|
<div class="h-svh w-svw flex flex-col items-center justify-center">
|
||
|
|
<img [src]="logo" class="w-32 animate-pulse" />
|
||
|
|
<span class="text-xl font-medium text-center text-muted-color mt-4"> در حال بارگذاری ... </span>
|
||
|
|
</div>
|