fix: initial coundown value
This commit is contained in:
parent
5201da5b1b
commit
2b4197a7ef
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
<div id='curtain'>
|
<div id='curtain'>
|
||||||
|
|
||||||
<h1>Please wait while the store is being provisioned</h1>
|
<h1>Please wait while the store is being provisioned</h1>
|
||||||
<h1 id="countdown">10</h1>
|
<h1 id="countdown">5</h1>
|
||||||
|
|
||||||
<div class='left'></div>
|
<div class='left'></div>
|
||||||
<div class='right'></div>
|
<div class='right'></div>
|
||||||
|
|
Reference in a new issue