-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (31 loc) · 1.54 KB
/
Copy pathindex.html
File metadata and controls
36 lines (31 loc) · 1.54 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Watch One Piece!</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<h1>Why you should Watch One Piece</h1>
<img src="https://upload.wikimedia.org/wikipedia/commons/3/34/One_piece_logo_1.svg" alt="One piece insignia" id="onepiece"/>
<p id="bio"> One piece follows the story about a boy who traverses the sea and always dons a straw-hat named Monkey d. Luffy. He picks up friends to be crewmates along the way. <em> His aim?</em> To reach the fabled treasure called the <b>One piece</b>left by Gold d. Roger, the King of the Pirates. Whoever gets the gold becomes the King of the Pirates.</p>
<br>
<span> Whoever reads this, watch it!!!!</span>
<br>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5a/Casino_One_Piece_-_Animasia_2014_-_P1940611.jpg/960px-Casino_One_Piece_-_Animasia_2014_-_P1940611.jpg" alt="People in Cosplay" id="cosplay"/>
<ul>
<li>You grow with the characters </li>
<li>Great comedy </li>
<li>The depictions of politics are top tier </li>
<li> Blah Blah You get the point </li>
</ul>
<h2>The steps should you take</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/a/aa/One_Piece_Marines_flag.svg/512px-One_Piece_Marines_flag.svg.png" alt="Marine logo" id="marine"/>
<ol>
<li> Pirate it (i didn't tell you that) </li>
<li> Take your time </li>
<li> Don't interact with the community unless you're up to date </li>
<li> Avoid spoilers like the plague!!! </li>
</ol>
</body>
</html>