Created
November 11, 2016 16:40
-
-
Save xtornasol512/9d4bbf019cee69fa2f4bf341c11d3d75 to your computer and use it in GitHub Desktop.
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"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Hola Mundo</title> | |
<link rel="stylesheet" href="css/foundation.min.css"> | |
</head> | |
<body> | |
<h1>Hola Mundo</h1> | |
<script src="js/vendor/jquery.js"></script> | |
<script src="js/vendor/foundation.min.js"></script> | |
<script> | |
$(document).foundation(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment