Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 828 Bytes

repo.md

File metadata and controls

28 lines (24 loc) · 828 Bytes
title redirect_to
repo
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>