fix: initial coundown value

This commit is contained in:
Aravinth Manivannan 2024-03-21 15:55:45 +05:30
parent 5201da5b1b
commit 2b4197a7ef
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -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>