start.html 1.02 KB
Newer Older
saremitea's avatar
saremitea committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<!DOCTYPE html>
<html>
	<head>
	<title>Choose Wisely</title>
	</head>
	<body>
	<link rel="stylesheet" type="text/css" href="css.css">
		<h1>This is your story</h1>
		<p>There are times in ones life where you have to just get up and start running. In my case, that time is now. I've been running for so long I kind of forgot what I was running from. Wolves maybe. All I know is that if I stop, I'm dead. So I kept running through the forest with the only thing that keeps me company is the sounds of birds chirping. I decided to stop to catch my breath. My mind tells me to keep running but my body says that I should give up.</p>

		<ol>
		<p>Ultimately, I decided to:</p>
		<li><p><a href="next/die.html"> ---Give up. I give in to what my body tells me and accept my fate. I wouldn't be able to outrun whatever was chasing me anyway</a></p>
		</li>

		<li>
		<p><a href="next/run.html"> ---Continue running. I can't give up now. Not after all my running. I still have things to do and places to see</a></p>
		</li>
		</ol>
	</body>
</html>