-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage3.html
35 lines (26 loc) · 1.13 KB
/
page3.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
<!DOCTYPE html>
<html lang="eng">
<head>
<meta charset="utf-8">
<title>Spongebob Squarepants Uncovered</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper">
<div class="banner">
<center><h1>Spongebob Squarepants Uncovered</h1></center>
</div> <!--close banner-->
<div class="content">
<h2>Mr. Krabs</h2>
<p>Mr. Krabs, what a sick, disturbed murderer! Ever wondered why there’s only one crab in bikini bottom? Mr. Krabs killed off every last one - mother, son, and wife included. The special ingredient in krabby patties? Crab flesh! It’s rumored he stole Patrick’s formula and adopted it to sell his stash of crab meat. I wonder why Patrick has lost all of his wits…</p>
<center><img src="img/krabs.png"></center>
<a href="page2.html"><div id="back">
<center><h3>Back</h3></center>
</div></a> <!--close back button-->
<a href="page4.html"><div id="next">
<center><h3>Next</h3></center>
</div></a> <!--close next button-->
</div> <!--close content-->
</div> <!--close wrapper-->
</body>
</html>