Skip to content

Instantly share code, notes, and snippets.

@garywu
Created January 25, 2017 22:00
Show Gist options
  • Save garywu/40bfcb43cdaa80cec5d4f5e310394439 to your computer and use it in GitHub Desktop.
Save garywu/40bfcb43cdaa80cec5d4f5e310394439 to your computer and use it in GitHub Desktop.
react index.html with fontawesom from cdn
<!doctype html>
<head>
<title>react-burger-menu</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="normalize.css" />
</head>
<body>
<div id="app"></div>
<script src="bundle.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment