Skip to content

Instantly share code, notes, and snippets.

@fcaivano
Created July 4, 2014 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fcaivano/8204a6242f05a28e3f57 to your computer and use it in GitHub Desktop.
Save fcaivano/8204a6242f05a28e3f57 to your computer and use it in GitHub Desktop.
Basic HTML File
<!DOCTYPE html>
<html lang="es">
<meta http-equiv="Content-type" value="text/html; charset=UTF-8" />
<head>
<title>Title</title>
<script></script>
<style></style>
</head>
<body>
<p>Hola!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment