9 lines
133 B
Svelte
9 lines
133 B
Svelte
|
<div class="loading">Updating the system...</div>
|
||
|
|
||
|
<style>
|
||
|
.loading {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
</style>
|