Skip to content

Instantly share code, notes, and snippets.

@pedrojoya
Created October 1, 2016 08:09
Show Gist options
  • Save pedrojoya/107f1a93feb4aaa6f95be843c740df02 to your computer and use it in GitHub Desktop.
Save pedrojoya/107f1a93feb4aaa6f95be843c740df02 to your computer and use it in GitHub Desktop.
Hola mundo
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Mi primer documento HTML</title>
</head>
<body>
<p>Hola mundo</p>
</body>
</html>
body {
color: blue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment