mirror of https://github.com/webpack/webpack.git
8 lines
224 B
HTML
8 lines
224 B
HTML
|
<html>
|
||
|
<head></head>
|
||
|
<body>
|
||
|
<script src="js/commons.js" charset="utf-8"></script>
|
||
|
<script src="js/pageA.bundle.js" charset="utf-8"></script>
|
||
|
<script src="js/pageB.bundle.js" charset="utf-8"></script>
|
||
|
</body>
|
||
|
</html>
|