noalarm.html 2.63 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
<!DOCTYPE html>
<html>
	<head>
		<title>No Alarm</title>
		<link rel="stylesheet" type="text/css" href="stylesheets/bootstrap.css">
	</head>
	
	<body id="about-body" class="container">
		<h1 id="h1-download" align="center">Continue Playing Without Setting an Alarm</h1>
		<link rel="stylesheet" type="text/css" href="../stylesheets/style.css">

		<p id="paragraph-downloadmore">
					You continued playing MU and even got your Dark Knight, Dark Wizard, and Elf to evolve into a Blade Knight, Soul Master, and Muse Elf respectively. You were also able to loot wings for them from the +5 Box of Kunduns that you bought from the merchant.
			<div class="row">
				<div clas="col-md-12">
					<img id="img-download" src="../images/mu2.jpg" width="900" height="500">
				</div>
			</div>

			<div class="row">
				<div clas="col-md-6 well">
					<img id="img-setalarm" src="../images/mu3.jpg" width="800" height="300">
				</div>
				
				<div clas="col-md-6 well">
					<img id="img-setalarm" src="../images/wings.jpg" width="800" height="300">
				</div>
			</div>
		</p>
		
		<p id="paragraph-downloadmore-2">

				After several hours of playing, you realized that it was already 5 AM the next day. Having thought of this, you felt lightheaded first and experienced severe headaches after.

				You drank all the medicine at your disposal and felt that it would be better to just rest. <br><br>You remembered that you still have a homework to do but thought that "my health is more important" and so you kept on resting. You didn't get well until after Sunday evening.
				<br>

			<div class="row">
				<div clas="col-md-12">
					<img id="img-download" src="../images/headache.jpg" width="900" height="500">
				</div>
			</div>
		</p>
		
			<p id="paragraph-downloadmore-3">
				You went to school on Monday, not being able to prepare for any of your exams, quizzes, and other requirements due on that day.
			</p>
		
			<div class="row">
				<div clas="col-md-12">
					<img id="img-download" src="../images/que_sera_sera.jpg" width="900" height="500">
				</div>
			</div>

		<p id="paragraph-downloadmore-3">

			
			Being the optimist that you are, you believed that everything will fall into place in the future, and that everything that happens in your life has a purpose. Before you entered the classroom, you simply blurted out: "Que sera sera. Whatever will be, will be."

			
			<h1 id="h1-downloadmore">FIN</h1>
		</p>
		<div>
			<ul>
				<div class="col-md-12">
					<li class="menu-downloadmore">
						<p align="center">
							<a href="../warningpage.html">
								Go Back to the Home Page
							</a>
						</p>
					</li>
				</div>				
			</ul>
		</div>

	</body>
</html>