Skip to content

Instantly share code, notes, and snippets.

@AbigaelCodes
Last active July 14, 2021 22:10
Show Gist options
  • Save AbigaelCodes/58eb949985c948acb66ed0da4caea2ce to your computer and use it in GitHub Desktop.
Save AbigaelCodes/58eb949985c948acb66ed0da4caea2ce to your computer and use it in GitHub Desktop.
HTML: Código básico
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mi primer Gist</title>
</head>
<body>
</body>
</html>
@AbigaelCodes
Copy link
Author

This is my first Gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment