<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Estructura base</title>
</head>
<body>
<header>
<h1>Título principal</h1>
</header>
<main>
<p>Contenido visible del sitio</p>
</main>
<footer>
<small>© 2026</small>
</footer>
</body>
</html>