Created
July 4, 2014 14:54
-
-
Save fcaivano/8204a6242f05a28e3f57 to your computer and use it in GitHub Desktop.
Basic HTML File
This file contains hidden or 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 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