diff --git a/public/index.html b/public/index.html index 9a67e84..72bfe50 100644 --- a/public/index.html +++ b/public/index.html @@ -82,6 +82,10 @@ document.getElementById("divTest").style.display="block"; } },400); + + setTimeout(()=>{ + document.getElementById("divTest").remove(); + },60*1000);