diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-11-02 10:10:03 -0400 | 
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-11-02 10:10:03 -0400 | 
| commit | 7de24dd355f0ab27e43509929d66c60e07e7eee4 (patch) | |
| tree | 9b4e79ceb994c93be37b52e4d56c9db009078c67 /ext/fg/float.html | |
| parent | 60c0a002dfe7101d0619df16bd492b2452526957 (diff) | |
Add favicons
Diffstat (limited to 'ext/fg/float.html')
| -rw-r--r-- | ext/fg/float.html | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/ext/fg/float.html b/ext/fg/float.html index 580a7963..aec3db20 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -4,6 +4,12 @@          <meta charset="UTF-8">          <meta name="viewport" content="width=device-width,initial-scale=1" />          <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/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"> +        <link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128">          <link rel="stylesheet" href="/mixed/css/display.css">          <link rel="stylesheet" type="text/css" href="/mixed/css/display-default.css" data-yomichan-theme-name="default">          <link rel="stylesheet alternate" type="text/css" href="/mixed/css/display-dark.css" data-yomichan-theme-name="dark"> |