-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (59 loc) · 3.68 KB
/
index.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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang = "en">
<head>
<title>TBK 3: The Quest for Cheese</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<img src="Graphics/cheese.png" height=400px alt="funi cheese">
<div id="header">
<h1>TBK 3: The Quest for Cheese</h1>
</div>
<div id="ToaNuvalinks">
<a href="#The Beninging">Quarter One</a><br>
<a href="#A Change of Plans">Quarter Two</a><br>
<a href="#The End....?">Quarter Three</a><br>
<a href="#Portal 2">Final Quarter</a>
</div>
<div id="Teh_Stori_of_chees">
<h2 id="The Beninging">Quarter One</h2>
<p>Many years ago(actually just 2017) a weird blob named kirb appeared on the planet of waddle dee. that year,
a certain waddle dee(dubbed bandana dee) worked up the bravery to attack the opposing creature.
year by year, battles were held, and after one event, unity was made.
The battles became sport for the creatures.
</p>
<p>Yet another battle was being held, this time with magma infesting the arena. Bandana dee had the high ground,
but kirb took is place in pico seconds. Bandana dee dodged kirb's ambush before seeing a figure behind him.
the figure was Wallace. He had a task for Bandana dee and kirb. </p>
<h2 id="A Change of Plans">Quarter Two</h2>
<p>"I've lost my prized possesion!" Wallace said,"I've lost my golden cheese! we need to search egypt to find it!"
kirb and Bandana dee knoded in agreement to help Wallace. The three went to the nearest spirit airlines to fly to Greater Cairo in egypt.
</p>
<p>The waddle dees and their ruler understood he quest was necessary, and decided to have a kingdom gaming tournament. </p>
<h2 id="The End....?">Quarter Three</h2>
<p>THe three arrived in Egypt, and saw a weird passage with a sign above it reading"Golden cheese this way"
Wallace exclaimed"We need to go check the passage way!"
the group walked into the passage way, going underground. they reached an odd area which seemed to be some
sort of obstacle course, so they began traversing it.
</p>
<p>WHen the got three quarters of the way through, they found a troubling puzzle that would need all of
their wits. When they were about to ask wallace to help, however, he was nowhere to be found.
</p>
<h2 id="Portal 2">Final Quarter</h2>
<p>After 54 tiring minutes, Bandana dee and kirb solved the puzzle. They walked through the room placed after,
and heard a concerning lock behind them.Bandana dee was batle ready, and kirb was to powerful not to be ready,
and infront of the two was a hologram of the golden cheese. they relized they had been bamboozled.
</p>
<p>A screen turned on in front of them, with wallace laughing maniacally."You've fallen into my trap,
like many other powerful entities before you. my goal has always been to get rid of you to restore balance
to this world!" kirb laughed off the stereotypical evil speech and teleported him and bandana dee back to
thier home village... ( to be continued because I need to go to coding in 1 minute.)
</p>
</div>
<div id="Parody_Citation">
<p> I do not own Nitendo, Kirby, Wallace and Gromit
, or the random cheese clip art I found on the internet.
</p>
</div>
</body>
</html>