Steve's Doomsday Countdown

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>
	
	
Note: The countdown script will decrement the countdown by 1 every 1000ms, but it's not very reliable due to the prophets of doom constantly interrupting it.