mirror of
https://github.com/status-im/codimd.git
synced 2025-01-14 16:24:20 +00:00
a1c5c68611
Signed-off-by: Yukai Huang <yukaihuangtw@gmail.com>
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">
|
|
<% } %>
|