mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-27 02:11:29 +00:00
3 lines
132 B
Text
3 lines
132 B
Text
<% for (var css in htmlWebpackPlugin.files.css) { %>
|
|
<link href="<%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
|
|
<% } %>
|