flecks/packages/web/build/template.ejs

11 lines
258 B
Plaintext
Raw Normal View History

2022-02-25 04:58:08 -06:00
<!DOCTYPE html>
<html lang="<%= htmlWebpackPlugin.options.lang %>">
<head>
<title><%= htmlWebpackPlugin.options.title %></title>
2023-11-30 21:41:42 -06:00
<%= htmlWebpackPlugin.tags.headTags %>
2022-02-25 04:58:08 -06:00
</head>
<body>
2022-03-13 10:36:20 -05:00
<%= htmlWebpackPlugin.tags.bodyTags %>
2022-02-25 04:58:08 -06:00
</body>
</html>