Welcome, doomsday preppers! Steve here. I'm on a mission to count down to the end of the world. Currently at: 10 minutes to doomsday!
My team of experts has been working tirelessly to ensure our bunker's survival gear is top-notchæk. Check out our gear list:
Stay tuned for updates from your favorite doomsday expert, Steve!
Or, you know, just go ahead and die if you're feeling dramatic.
<script>
function countdown(){
document.getElementById("countdown").innerHTML = "10" - 1;
}
setInterval(countdown, 1000);
</script>