Skip to content

Instantly share code, notes, and snippets.

@davidgjordan
Last active August 5, 2017 23:41
Show Gist options
  • Save davidgjordan/e7e0e8f7b683b039b7cdbc22b29bade7 to your computer and use it in GitHub Desktop.
Save davidgjordan/e7e0e8f7b683b039b7cdbc22b29bade7 to your computer and use it in GitHub Desktop.
HTML: Codigo Basico
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pagina del Repositorio</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
</body>
</html>
@davidgjordan
Copy link
Author

Este es el inicio basico de una pagina web

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