• File: script-step-four.js
  • Full Path: /home/sema-files/web/semafiles.configured.cc/public_html/pge/js/script-step-four.js
  • Date Modified: 09/17/2025 5:49 AM
  • File size: 298 bytes
  • MIME-type: text/plain
  • Charset: utf-8
document.addEventListener("DOMContentLoaded",function(){var n=document.getElementById("countdown"),t=360;function o(){var o=Math.floor(t/60),r=t%60;t<=0?(clearInterval($),window.location.reload()):(n.textContent=e(o)+":"+e(r),t--)}function e(n){return(n<10?"0":"")+n}o();var $=setInterval(o,1e3)});