Commit 71ee2376 authored by unknown's avatar unknown
parents cc167337 c8e1ba34
body
{
background-image: url("forest.jpg");
background-size:cover;
}
a
{
color: inherit;
text-decoration: none;
}
ol
{
color: white;
}
p
{
color: white;
}
h1
{
color: white;
}
\ No newline at end of file
This diff is collapsed.
body
{
background-image: url("wolf.jpg");
background-size: 460px;
}
a
{
color: inherit;
text-decoration: none;
}
ol
{
color: white;
}
p
{
color: white;
}
h1
{
color: white;
}
#choice1
{
font-size: 40px;
color: red;
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="css.css">
<h1>You accept your fate</h1>
<p>You decidd to just give up. You lost all hope and decided to rest with your back against a tree in hopes of seeing your pursuer. After a few seconds, you hear the inaudable sound again albeit louder. Then you see a wolf emerging from the shadow, slowly approaching you. It closes the gap up to the point you can feel it's breath against your face. It opens its mouth then......</p>
<ul>
<p><a href="next/cave.html"> ---Ah. To die after a cliffhanger. Such a cliche is it not? Farewell cruel world.</a></p>
</ul>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="css.css">
<h1>......</h1>
<p><i>SPLASH!!!</i>You woke up drenched in what seems to be alchohol. You look around and you find yourself in something that resembles cave. In front of you is a guard with a bucket.</p>
<p>"I told you to wake up. Get ready, your first fight will be in a couple of minutes</p>
<p>He then proceeds to leave through the exit behind you, locking the door as he left. You suddenly remember now. You are in a colosseum. And like the guard said, you are scheduled to have your first fight. You take a better look around you and spot your sword and shield. You pick your sword up and give it a few swings. <i>I hope I do well</i> is the only thing in your mind. You turn your attention to your shield and decide to</p>
<ol>
<li>
<p id="choice1"><a href="next/take.html">Pick it up. A shield would always come in handy</a></p></li>
<li>
<p id="choice1"><a href="next/leave.html">Leave it there. It's best to stick with only a sword. That way I could move quicker</a></p>
</li>
</ol>
</body>
</html>
\ No newline at end of file
body
{
background-image: url("cave.jpg");
background-size: cover;
}
a
{
color: inherit;
text-decoration: none;
}
ol
{
color: white;
}
p
{
color: white;
}
h1
{
color: white;
}
\ No newline at end of file
body
{
background-image: url("spear.jpg");
background-size: cover;
}
a
{
color: inherit;
text-decoration: none;
}
ol
{
color: white;
}
p
{
color: white;
}
h1
{
color: white;
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="css.css">
<h1>Leave it</h1>
<p>You leave your shield and went to the fighting pit knowing you have to be quicker. As you come face to face with your enemy you see he has a spear on his hand and a big shield on the other. strapped to his belt was a sword The bell rings signaling the start of the fight. your opponent quickly throws his spear. You decide to: </p>
<ol>
<li><p><a href="next/sideleave.html"> ---Sidestep it.</a></p></li>
<li><p><a href="next/hit.html"> ---Hit it at the last second in an attempt to look cool</a></p></li>
</ol>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="cs.css">
<h1>Attempt to block it</h1>
<p>You put up your shield and hope that the shield was strong enough. The spear pierces the shield. luckily the tip of the spear is just inches from your face. As you lower your shield, you see him running towards you and then jumps preparing his sword for one big slash. You quickly</p>
<ol>
<li><p><a href="block/sword.html"> ---Use your sword to block it.</a></p></li>
<li><p><a href="block/block.html"> ---Use your shield again.</a></p></li>
</ol>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="css.css">
<h1>shield it</h1>
<p>You raise up your shield again and wait for the sword to hit your shield. You then feel a slight bump. You looked and saw your opponent on the floor struggling to catch his breath. Apparently, the spear that was stuck on your shield hit him hard on his neck. Waisting no time, you drive your sword unto his neck</p>
<ol>
<p>Congtatulations. You have survived. For now.<p>
<p><a href="../../../../../start.html"> --- start over.</a></p>
</ol>
</body>
</html>
\ No newline at end of file
body
{
background-image: url("dead.jpg");
background-size: cover;
}
a
{
color: inherit;
text-decoration: none;
}
ol
{
color: white;
}
p
{
color: white;
}
h1
{
color: white;
}
\ No newline at end of file
body
{
background-image: url("win.png");
background-size: cover;
}
a
{
color: inherit;
text-decoration: none;
}
ol
{
color: white;
}
p
{
color: white;
}
h1
{
color: white;
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="cs.css">
<h1>sword block it</h1>
<p>You raise up your shield again and wait for the sword to hit your shield. You then feel a slight bump. You looked and saw your opponent on the floor struggling to catch his breath. Apparently, the spear that was stuck on your shield hit him hard on his neck. Waisting no time, you drive your sword unto his neck</p>
<ol>
<p>Congtatulations. You have survived. For now.<p>
<p><a href="../../../../../start.html"> --- start over.</a></p>
</ol>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="cs.css">
<h1>sword block it</h1>
<p>You raise up your sword in an attempt to block it but the force of the slash was too strong that it eneded up breaking your sword. Your opponent ends up slashing your whole body. You try to stand up but you lost to much blood. Before you get to look at your opponent, he stabs you with his sword multiple times before you finnaly lose conscious</p>
<ol>
<p><a href="../../../../../start.html"> ---start over.</a></p>
</ol>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
body
{
background-image: url("run.jpg");
background-size: 600px;
}
a
{
color: inherit;
text-decoration: none;
}
ol
{
color: white;
}
p
{
color: white;
}
h1
{
color: white;
}
\ No newline at end of file
body
{
background-image: url("dead.jpg");
background-size: cover;
}
a
{
color: inherit;
text-decoration: none;
}
ol
{
color: white;
}
p
{
color: white;
}
h1
{
color: white;
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="css.css">
<h1>Attempt to look cool</h1>
<p>You focus and attempt to hit the spear before it hits you. Alas, you aren't as skilled as you think and the spear hits you right in the heart. You struggle to breath for a while before your opponent decides to cut off your head.</p>
<ol>
<p><a href="../../../../../adventure/start.html"> ---start over.</a></p>
</ol>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="cs.css">
<h1>Attempt to sidestep</h1>
<p>You jump to your right just in time. You then fail your landing causing you to fall down. You quickly look around to find your opponent and you see him running towards you and then jumps preparing his sword for one big slash. You quickly</p>
<ol>
<li><p><a href="side/shield.html"> ---Use your shield to block.</a></p></li>
<li><p><a href="side/sword.html"> ---Use your sword to block it.</a></p></li>
</ol>
</body>
</html>
\ No newline at end of file
body
{
background-image: url("dead.jpg");
background-size: cover;
}
a
{
color: inherit;
text-decoration: none;
}
ol
{
color: white;
}
p
{
color: white;
}
h1
{
color: white;
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="cs.css">
<h1>shield it</h1>
<p>You raise up your shield just in time but sadly the shield wasn't well made and broke under the force of your opponent's slash. Your opponent ends up slashing your whole body. You try to stand up but you lost to much blood. Before you get to look at your opponent, he stabs you with his sword multiple times before you finnaly lose conscious</p>
<ol>
<p><a href="../../../../../start.html"> ---start over.</a></p>
</ol>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="cs.css">
<h1>sword block it</h1>
<p>You raise up your sword in an attempt to block it but the force of the slash was too strong that it eneded up breaking your sword. Your opponent ends up slashing your whole body. You try to stand up but you lost to much blood. Before you get to look at your opponent, he stabs you with his sword multiple times before you finnaly lose conscious</p>
<ol>
<p><a href="../../../../../start.html"> ---start over.</a></p>
</ol>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="cs.css">
<h1>Attempt to sidestep</h1>
<p>You jump to your right just in time. You then fail your landing causing you to fall down. You quickly look around to find your opponent and you see him running towards you and then jumps preparing his sword for one big slash. You quickly</p>
<ol>
<li><p><a href="side/sword.html"> ---Use your sword to block it.</a></p></li>
</ol>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="css.css">
<h1>Take it</h1>
<p>You take your shield and went to the fighting pit with a sense of security knowing you have something to use for blocking other than your body. As you come face to face with your enemy you see he has a spear on his hand and a big shield on the other. strapped to his belt was a sword. The bell rings signaling the start of the fight. your opponent quickly throws his spear. You decide to: </p>
<ol>
<li><p><a href="next/block.html"> ---Block it with your shield.</a></p></li>
<li><p><a href="next/side.html"> ---Sidestep it.</a></p></li>
<li><p><a href="next/hit.html"> ---Hit it at the last second in an attempt to look cool</a></p></li>
</ol>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<title>Choose Wisely</title>
</head>
<body>
<link rel="stylesheet" type="text/css" href="css.css">
<h1>You continue running</h1>
<p>"No!" you tell yourself as your force yourself to continue running. As you ran, you hear an inaudable sound. While wondering what that was you tripped and scraping your knee. You try to get yourself up but you can't muster much strength from your legs. You crawl torwards a tree and pushed your back against it in hopes you get to see what would bring your death. After a few seconds, you hear the inaudable sound again albeit louder. Then you see a wolf emerging from the shadow, slowly approaching you. It closes the gap up to the point you can feel it's breath against your face. It opens its mouth then......</p>
<ul>
<p id="choice1"><a href="next/cave.html"> ---Well? Stop the cliffhangers and let my suffering end!!!!</a></p>
</ul>
</body>
</html>
\ No newline at end of file
<!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>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment