Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 820 Bytes

File metadata and controls

28 lines (24 loc) · 820 Bytes
title signup
redirect_to https://armor.dotenvx.com/signup
You are being redirected to armor.dotenvx.com/signup

Continue

in 4 second(s)

<script> var interval interval = setInterval(function() { var div = document.querySelector("#counter") var count = div.textContent * 1 - 1 div.textContent = count if (count <= 0) { window.location.replace("https://armor.dotenvx.com/signup") clearInterval(interval) } }, 1000) </script>