webpack/examples/hybrid-routing/pageB.html

7 lines
163 B
HTML
Raw Normal View History

<html>
<head></head>
<body>
<script src="js/commons.js" charset="utf-8"></script>
<script src="js/pageB.bundle.js" charset="utf-8"></script>
</body>
</html>