mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
6a934627a2
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>
|