From a4c562a74b0d98a69fcba45d31accdddf753cd2e Mon Sep 17 00:00:00 2001 From: nglk Date: Wed, 3 Mar 2021 19:14:29 +0100 Subject: [PATCH] fixed time opening --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e059529..cba9d77 100644 --- a/index.html +++ b/index.html @@ -289,7 +289,7 @@ includeHTML(); function startaudio(){ var box = document.getElementById("audioBG"); - box.currentTime=500; + box.currentTime=3384; } window.onload = startaudio();