30 seconds waiting

This commit is contained in:
fred 2023-03-26 01:28:51 +01:00
parent 7defb00201
commit dae5400ba8
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ Content-Type: text/html; charset=UTF-8
<!DOCTYPE html><html>
<head>
<title>[G1BILLET] HTTP MICRO SERVICE - 33101 - 33102 -</title>
<meta http-equiv="refresh" content="20; url='$RNAME'" />
<meta http-equiv="refresh" content="30; url='$RNAME'" />
<style>
#countdown { display: flex; justify-content: center; align-items: center; color: #0e2c4c; font-size: 20px; width: 60px; height: 60px; background-color: #e7d9fc; border-radius: 50%;}
</style>
@ -162,7 +162,7 @@ Content-Type: text/html; charset=UTF-8
<center><h1><a href="javascript:history.go(-1)">(♥‿‿♥)</a>.</h1></center>
<center><div id="countdown"></div></center>
<script>
var timeLeft = 20;
var timeLeft = 30;
var elem = document.getElementById("countdown");
var timerId = setInterval(countdown, 1000);