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

14 lines
292 B
HTML

<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Browsersync, Webpack, TypeScript + React</title>
</head>
<body>
<h1>Browsersync, Webpack, TypeScript + React example</h1>
<div id="app"></div>
<script src="dist/bundle.js"></script>
</body>
</html>