diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-12 20:27:43 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-12 20:27:43 -0500 | 
| commit | 98975d59231eeedeaa2b17998b56a3c21e5d647e (patch) | |
| tree | 264e90afac5145f4357b172c2b775ad5f8a7f4b5 /ext/fg/float.html | |
| parent | 2b4af57bd764ee07ed1d7db8e2985e34ba7ef8ea (diff) | |
Move images (#1372)
* Move mixed/img/ to images/
* Move bg/img/ to images/
Diffstat (limited to 'ext/fg/float.html')
| -rw-r--r-- | ext/fg/float.html | 14 | 
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 8b2fb3be..18bf3f5b 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -4,13 +4,13 @@      <meta charset="UTF-8">      <meta name="viewport" content="width=device-width,initial-scale=1">      <title>Yomichan Search</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"> -    <link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128"> +    <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16"> +    <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19"> +    <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32"> +    <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38"> +    <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48"> +    <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64"> +    <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">      <link rel="stylesheet" type="text/css" href="/mixed/css/material.css">      <link rel="stylesheet" type="text/css" href="/mixed/css/display.css">  </head>  |