Skip to content

Instantly share code, notes, and snippets.

@agustinpfs
Last active July 10, 2020 14:07
Show Gist options
  • Save agustinpfs/f761ace3b76d2e90f91a703bcf7ff347 to your computer and use it in GitHub Desktop.
Save agustinpfs/f761ace3b76d2e90f91a703bcf7ff347 to your computer and use it in GitHub Desktop.
HTML básico. Links2 (destino de links.html).
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Página 2</title>
</head>
<body>
<h1>Esta es la página pagina2.html</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment