Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rogeralbinoi/0340b0e3b450eaf96726895dcead4424 to your computer and use it in GitHub Desktop.
Save rogeralbinoi/0340b0e3b450eaf96726895dcead4424 to your computer and use it in GitHub Desktop.
index.html
<!DOCTYPE html>
<html>
<head>
<title>Título da nossa página</title>
</head>
<body>
<h1>Título da nossa página</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia ratione ullam sapiente ipsa fuga? Aut quam, explicabo, magnam sed fugit repudiandae dolores sunt aspernatur, accusantium accusamus id iure animi eos.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment