Files
webpack/dist/index.html

10 lines
204 B
HTML
Raw Normal View History

2018-06-27 19:18:51 -05:00
<!doctype html>
<html>
<head>
2018-06-28 12:19:48 -05:00
<title>Output Management</title>
<script src="./print.bundle.js"></script>
2018-06-27 19:18:51 -05:00
</head>
<body>
2018-06-28 12:19:48 -05:00
<script src="./app.bundle.js"></script>
2018-06-27 19:18:51 -05:00
</body>
</html>