mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-07 22:09:01 +00:00
![Bobby Wibowo](/assets/img/avatar_default.png)
It will be shown when token is still being verified. Moved loader icon section from auth.njk to _partial/loader.njk, which will also be included into dashboard.njk. Bumped v1 version string.
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
<section id="loader" class="hero is-fullheight">
|
|
<div class="hero-body">
|
|
<div class="container has-text-centered">
|
|
<span class="loader is-inline-block"></span>
|
|
</div>
|
|
</div>
|
|
</section>
|