<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portifolio2</title>
<body>
<h1> Meu primeiro Site </h1>
<h2> Jogos do Megaman </h2>
<p> Quais são os melhores jogos do Megaman</p>
<img src="megaman.png" alt="logo do megaman">
<ul>
<li>Meganam 1</li>
<li>Megaman 2</li>
<li>Megaman 3</li>
</ul>
</body>
</head>
</html>