Web: Show startup loading message
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<section id="loadingscene">
|
||||
<h1>Loading</h1>
|
||||
<p>Please wait...</p>
|
||||
<noscript>JavaScript is required</noscript>
|
||||
</section>
|
||||
|
||||
<section id="loginscene" class="hidden">
|
||||
<h1>Login</h1>
|
||||
<form data-name="form">
|
||||
@@ -28,11 +34,6 @@
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<section id="loadingscene" class="hidden">
|
||||
<h1>Loading</h1>
|
||||
Please wait...
|
||||
</section>
|
||||
|
||||
<section id="collectionsscene" class="hidden">
|
||||
<h1>Collections</h1>
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user