Skip to content

Instantly share code, notes, and snippets.

@jhurtadojerves
Created July 8, 2018 01:51
Show Gist options
  • Save jhurtadojerves/4957aa7d09b8e85b904a699fe1932771 to your computer and use it in GitHub Desktop.
Save jhurtadojerves/4957aa7d09b8e85b904a699fe1932771 to your computer and use it in GitHub Desktop.
New file css
<!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