Skip to content

Instantly share code, notes, and snippets.

@artmcel
Created July 8, 2019 05:09
Show Gist options
  • Save artmcel/d1d2e047fd79e6b58b1bee7a88753063 to your computer and use it in GitHub Desktop.
Save artmcel/d1d2e047fd79e6b58b1bee7a88753063 to your computer and use it in GitHub Desktop.
HTML: Codigo básico
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>Home del repositorio</title>
</head>
<body>
<h1>Home del repositorio Avengers</h1>
<hr>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</body>
</html>
@artmcel
Copy link
Author

artmcel commented Jul 8, 2019

Este es el inicio HTML de una pagina web

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