11 lines
190 B
Text
11 lines
190 B
Text
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
</head>
|
|
<body>
|
|
<div id="content">
|
|
</div>
|
|
</body>
|
|
</html>
|