You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
436 B
24 lines
436 B
5 months ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<% if (htmlWebpackPlugin.files.sprites) { %>
|
||
|
<% for (var spriteFileName in htmlWebpackPlugin.files.sprites) { %>
|
||
|
<%= htmlWebpackPlugin.files.sprites[spriteFileName] %>
|
||
|
<% } %>
|
||
|
<% } %>
|
||
|
|
||
|
<svg>
|
||
|
<use xlink:href="#twitter"></use>
|
||
|
</svg>
|
||
|
|
||
|
<svg>
|
||
|
<use xlink:href="#facebook"></use>
|
||
|
</svg>
|
||
|
|
||
|
</body>
|
||
|
</html>
|