Skip to content

Instantly share code, notes, and snippets.

View artmcel's full-sized avatar

Arturo Morales Celis artmcel

View GitHub Profile
@artmcel
artmcel / index.html
Created July 8, 2019 05:09
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>