-
Notifications
You must be signed in to change notification settings - Fork 0
/
right-door.html
37 lines (37 loc) · 1.46 KB
/
right-door.html
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>The right door</title>
<link rel="stylesheet" href="p01.css" />
</head>
<body style="background-color: beige">
<div class="main">
<div class="leftside">
<h>
<i>The door reveals...</i>
</h>
<p>
You reach for the door on the right. Nervously, you sloooooowly turn the knob.... and it opens to a big kitchen. Huh, okay. This is the kitchen you've been trying to get to all along!
Happily, you skip on over to the fridge and open it. You grab the leftover burrito you had last night and chow down. You haven't had a chance to stock up on any food so this is all you've got.
</p>
<div style="float:right">
<h1 class="congrats"><i>Congratulations! You got the best ending, with a nice, cold burrito.</i></h1>
<p><a href="index.html">Click here to start over</a></p>
</div>
</div>
<div class="rightside">
<img src="http://nondollarreport.com/wp-content/uploads/2014/05/Ominous_fridge2.jpg">
<p style="color: white; text-align: center">
<i>
"Now THAT is edible!"
</i>
</p>
<p style="color: white; font-size: 13px;">
<i>image source:<a href="http://nondollarreport.com/wp-content/uploads/2014/05/Ominous_fridge2.jpg">http://nondollarreport.com/wp-content/uploads/2014/05/Ominous_fridge2.jpg</a></i>
</p>
</div>
</div>
</body>
<!-- Darin Croft -->
</html>