diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-26 16:56:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-26 16:56:14 -0400 |
commit | 4e0fc76fe1d4bf38cfbef370fcc55331108e0e0a (patch) | |
tree | a195d77bf0623ad964111e0d80660b4945f9249e /ext/fg | |
parent | 5b96559df819f496b39acb75c679f6b3d8c8e65d (diff) |
Add Yomichan icon SVG (#478)
* Create Yomichan icon SVG and 32x32 PNG
* Update icons
* Add 32x32 icon definition to HTML pages
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/float.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 07c3c9e6..deb9e9d2 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -6,6 +6,7 @@ <title></title> <link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16"> <link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19"> + <link rel="icon" type="image/png" href="/mixed/img/icon32.png" sizes="32x32"> <link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38"> <link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48"> <link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64"> |