Add special favicon

This commit is contained in:
Oliver-Akins 2020-09-28 23:04:32 -06:00
parent b936c4f791
commit f068a172f6
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 236 KiB

Before After
Before After

1
public/favicon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 279 KiB

View file

@ -4,8 +4,9 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" type="image/svg+xml" href="<%= BASE_URL %>favicon.svg">
<title><%= htmlWebpackPlugin.options.title %></title> <link rel="alternate icon" href="<%= BASE_URL %>favicon.ico">
<title>Secret Hitler Online</title>
</head> </head>
<body> <body>
<noscript> <noscript>