mirror of https://github.com/webpack/webpack.git
7 lines
98 B
HTML
7 lines
98 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<div id="app"></div>
|
||
|
<script src="dist/output.js"></script>
|
||
|
</body>
|
||
|
</html>
|