Skip to content

Instantly share code, notes, and snippets.

@douglasabnovato
Created March 19, 2025 21:56
Show Gist options
  • Save douglasabnovato/253a251c4768f7f5b43ef75c335e2cb4 to your computer and use it in GitHub Desktop.
Save douglasabnovato/253a251c4768f7f5b43ef75c335e2cb4 to your computer and use it in GitHub Desktop.
Estrutura básica de html
<!DOCTYPE html>
<html>
<head>
<title>Minha Landing Page de Futebol</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>O Mundo do Futebol Brasileiro</h1>
<p>Sua paixão em um só lugar</p>
</header>
<section id="hero">
</section>
<footer>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment