mirror of https://github.com/webpack/webpack.git
14 lines
195 B
HTML
14 lines
195 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<link
|
||
|
rel="stylesheet"
|
||
|
href="dist/0.output.css"
|
||
|
data-webpack="app:chunk-0"
|
||
|
/>
|
||
|
</head>
|
||
|
<body>
|
||
|
Hello World
|
||
|
<script src="dist/output.js"></script>
|
||
|
</body>
|
||
|
</html>
|