<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Justice League</title>
<meta name="author" content="Hola Sanalio">
<link rel="stylesheet" href="style.css" >
</head>
<body>
<div>
<header>
<h1>The Justice League
</header>
<nav>
<a href="Gallery.html">Gallery</a>
<a href="Info.html">Info</a>
<a href="Media.html">Media</a>
</nav>
<div id="container">
<h2>The Justice League </h2>
<p>The Justice League is a DC version of the avengers. With superheroes such as Superman, Wonder Woman, The Flash, Cyborg, Aquaman, Green lantern, and my personal favourite Batman. This website will be covering all the facts, battles and back stories of the Justice League.</p>
<img src="Images/the-justice-league.png">
</div>
</div>
<footer>
© Hola Sanalio 2025
</footer>
</body>
</html>