Files
webpack/dist/index.html
2018-06-28 12:19:48 -05:00

10 lines
204 B
HTML

<!doctype html>
<html>
<head>
<title>Output Management</title>
<script src="./print.bundle.js"></script>
</head>
<body>
<script src="./app.bundle.js"></script>
</body>
</html>