<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My Own Website</title>
<meta name="author" content="Luke Maskell">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="Container">
<header>
<h1>ONE PIECE</h1>
</header>
<div id="Content">
<nav>
<a href="Index.html">Home</a>
<a href="info.html">Information</a>
<a href="gallery.html">Gallery</a>
</nav>
</div>
<section id="main">
<p>One piece is an anime from japan. It follows a crew known as the strawhat (straw hat) pirates through their journey to achieve their separate dreams. The protaganist is Monkey D. Luffy, his dream is to become the king of the pirates. His right handman is the pirate hunter, Roronoa Zoro, his dream is to become the worlds greatest swordsman. His left handman is Vinsmoke Sanji, his dream is to find the all blue, a ocean with fish from all seas.</p>
<img src="images/Luffy Raid Suit (enhanced).png">
<p>One piece is an anime with roughly 1100 episodes. It consists of 111 books ongoing. It is currently the 19th longest manga.</p>
</section>
<footer>©Luke Maskell 2025</footer>
</div>
</body>
</html>