-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
executable file
·38 lines (26 loc) · 1.39 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
<!DOCTYPE html>
<head>
<title>Peter Pan</title>
<link rel="stylesheet" href="../css/main.css">
</head>
<body>
<div class="wrapper">
<h1 class="title">Peter Pan is Cool</h1>
<p><a href="http://en.wikipedia.org/wiki/Peter_Pan">From Wikipedia!</a></p>
<p>Peter Pan is a character created by Scottish novelist and playwright J. M. Barrie. A mischievous boy who can fly and who never ages, Peter Pan spends his never-ending childhood adventuring on the small island of Neverland as the leader of his gang, the Lost Boys, interacting with mermaids, Native Americans, fairies, pirates, and occasionally ordinary children from the world outside of Neverland. In addition to two distinct works by Barrie, the character has been featured in a variety of media and merchandise, both adapting and expanding on Barrie's works.</p>
<h3 class="sub-title">This isn't Peter Pan!</h3>
<img src="img/hamster.png" />
<h3 class="sub-title">Hey, some boxes!</h3>
<div class="boxes-container">
<div class="box">
</div>
<div class="box">
</div>
<div class="box">
</div>
<div class="box">
</div>
</div>
</div>
</body>
</html>