webpack/examples/css/index.html

14 lines
195 B
HTML
Raw Normal View History

2021-11-30 19:55:51 +08:00
<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>