html-webpack-plugin/spec/fixtures/legacy.html

12 lines
281 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>Test</title>
</head>
<body>
<p>Some unique text</p>
<script type="text/javascript" src="{%=o.htmlWebpackPlugin.assets.app%}"></script>
</body>
</html>