title redirect_to repo https://github.com/dotenvx/dotenvx You are being redirected to github.com/dotenvx/dotenvx 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://github.com/dotenvx/dotenvx") clearInterval(interval) } }, 1000) </script>