Skip to content

Instantly share code, notes, and snippets.

@pablotolentino
Last active March 22, 2021 05:11
Show Gist options
  • Save pablotolentino/17816a0c0b4f2bade0b450dc01c3de53 to your computer and use it in GitHub Desktop.
Save pablotolentino/17816a0c0b4f2bade0b450dc01c3de53 to your computer and use it in GitHub Desktop.
estructura página
<html lang="es" class="h-100" data-lt-installed="true">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
</head>
<body>
<div class="wrapper">
<p>El contenido de tu web aquí.</p>
</div>
<footer>
<p class="text-center">Contenido del pié de la página.</p>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment