Created
January 25, 2017 22:00
-
-
Save garywu/40bfcb43cdaa80cec5d4f5e310394439 to your computer and use it in GitHub Desktop.
react index.html with fontawesom from cdn
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> | |
<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