Add favicon

This commit is contained in:
Misode
2020-11-07 12:03:32 +01:00
parent 8848838d4e
commit 0de8b9493b
3 changed files with 3 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
<meta name="og:title" content="<%= htmlWebpackPlugin.options.title %>">
<meta name="og:description" content="<%= htmlWebpackPlugin.options.title %>. Generate JSON and use it in data packs.">
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="icon" href="/favicon-32.png" sizes="32x32">
<link rel="stylesheet" href="<%= htmlWebpackPlugin.files.publicPath %>styles/global.css">
<link rel="stylesheet" href="<%= htmlWebpackPlugin.files.publicPath %>styles/nodes.css">
</head>