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

14 lines
292 B
HTML
Raw Normal View History

2021-10-26 14:18:09 +02:00
<!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>