biofriction-wp-theme/node_modules/bs-recipes/recipes/webpack.react-transform-hmr/app/index.html

17 lines
353 B
HTML

<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Browsersync, Webpack + React Hot Loader Example</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<h1>Browsersync, Webpack + React Hot Loader Example</h1>
<div id="react-root"></div>
<script src="js/bundle.js"></script>
</body>
</html>