Skip to content

Instantly share code, notes, and snippets.

@geraldogonzalez
Last active February 19, 2019 00:17
Show Gist options
  • Save geraldogonzalez/182b983371184a90ca14e3b8e536437f to your computer and use it in GitHub Desktop.
Save geraldogonzalez/182b983371184a90ca14e3b8e536437f to your computer and use it in GitHub Desktop.
HTML: Código Básico
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Lo que sea</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="main.css">
<script src="main.js"></script>
</head>
<body>
</body>
</html>
@geraldogonzalez
Copy link
Author

Este es el inicio básico de una página web.

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