Skip to content

Instantly share code, notes, and snippets.

@jmlweb
Created February 5, 2014 12:03
Show Gist options
  • Save jmlweb/8822300 to your computer and use it in GitHub Desktop.
Save jmlweb/8822300 to your computer and use it in GitHub Desktop.
HTML5 (very) basic Skeleton
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<title>¡Nuestro primer esqueleto HTML!</title>
</head>
<body>
<!-- Aquí es donde va nuestro contenido -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment