Created
January 25, 2019 04:04
-
-
Save hgodinez89/875c7478d102994d9d67f195f0a8d928 to your computer and use it in GitHub Desktop.
HTML: Codigo Basico
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Mi pagina web</title> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> | |
<link rel="stylesheet" href="estilos.css"> | |
</head> | |
<body> | |
<div class="container main-container"> | |
<h1>Mi pagina web</h1> | |
<hr> | |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eveniet voluptate maiores incidunt a, aut unde, ea, culpa libero natus corrupti expedita placeat delectus illo ex odio ullam sit dignissimos cupiditate.</p> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Este archivo es el inicio basico de una web