Created
July 8, 2018 01:51
-
-
Save jhurtadojerves/4957aa7d09b8e85b904a699fe1932771 to your computer and use it in GitHub Desktop.
New file css
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="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Hola Mundo Reactjs</title> | |
<link rel="stylesheet" href="dist/css/home.css"> | |
</head> | |
<body> | |
<div id="app"> | |
</div> | |
<script src="dist/js/home.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment