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

14 lines
283 B
HTML

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