mirror of
https://github.com/status-im/codimd.git
synced 2025-02-17 14:47:04 +00:00
4 lines
160 B
Plaintext
4 lines
160 B
Plaintext
<% for (var css in htmlWebpackPlugin.files.css) { %>
|
|
<link href="<%= '\<\%= serverURL \%\>'%><%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
|
|
<% } %>
|