Created
November 9, 2015 14:07
-
-
Save lamosty/05bb1c7b1ebd3a6a387c to your computer and use it in GitHub Desktop.
Template file for the HTML Webpack Plugin. From the tutorial about React WP Theme: https://lamosty.com/2015/11/react-wp-theme-bootstrap-blog-to-react-components-router
This file contains 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"> | |
<title></title> | |
</head> | |
<body> | |
<div id="root"></div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment