diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-03 02:02:50 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-03 02:02:50 -0700 |
| commit | a2534008861cf1f14f5dbc5bfece86c2a0de98a3 (patch) | |
| tree | 7682896afab543f9b9526c051b30d8152fefff3f /public | |
| parent | 4cf1f4beaea32a62f7567dab53a80853be5cb8d3 (diff) | |
swap favicons
Diffstat (limited to 'public')
| -rw-r--r-- | public/android-chrome-192x192.png | bin | 0 -> 5597 bytes | |||
| -rw-r--r-- | public/android-chrome-512x512.png | bin | 0 -> 17720 bytes | |||
| -rw-r--r-- | public/apple-touch-icon.png | bin | 0 -> 4937 bytes | |||
| -rw-r--r-- | public/favicon-16x16.png | bin | 0 -> 454 bytes | |||
| -rw-r--r-- | public/favicon-32x32.png | bin | 0 -> 841 bytes | |||
| -rw-r--r-- | public/favicon.ico | bin | 24838 -> 15406 bytes | |||
| -rw-r--r-- | public/index.html | 36 | ||||
| -rw-r--r-- | public/logo192.png | bin | 32825 -> 0 bytes | |||
| -rw-r--r-- | public/logo512.png | bin | 116595 -> 0 bytes | |||
| -rw-r--r-- | public/manifest.json | 25 | ||||
| -rw-r--r-- | public/site.webmanifest | 1 |
11 files changed, 8 insertions, 54 deletions
diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..169648e --- /dev/null +++ b/public/android-chrome-192x192.png diff --git a/public/android-chrome-512x512.png b/public/android-chrome-512x512.png Binary files differnew file mode 100644 index 0000000..39e72b0 --- /dev/null +++ b/public/android-chrome-512x512.png diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png Binary files differnew file mode 100644 index 0000000..7e04a07 --- /dev/null +++ b/public/apple-touch-icon.png diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..9bf549d --- /dev/null +++ b/public/favicon-16x16.png diff --git a/public/favicon-32x32.png b/public/favicon-32x32.png Binary files differnew file mode 100644 index 0000000..dca5901 --- /dev/null +++ b/public/favicon-32x32.png diff --git a/public/favicon.ico b/public/favicon.ico Binary files differindex b326523..5b5fffd 100644 --- a/public/favicon.ico +++ b/public/favicon.ico diff --git a/public/index.html b/public/index.html index 934f8f1..02613d1 100644 --- a/public/index.html +++ b/public/index.html @@ -2,42 +2,20 @@ <html lang="pl"> <head> <meta charset="utf-8" /> - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> + <link rel="manifest" href="/site.webmanifest"> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <meta name="theme-color" content="#000000" /> + <meta name="theme-color" content="#55aa00" /> <meta name="description" content="K-Heardle" /> - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> - <!-- - manifest.json provides metadata used when your web app is installed on a - user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ - --> - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> - <!-- - Notice the use of %PUBLIC_URL% in the tags above. - It will be replaced with the URL of the `public` folder during the build. - Only files inside the `public` folder can be referenced from the HTML. - - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will - work correctly both with client-side routing and a non-root public URL. - Learn how to configure a non-root public URL by running `npm run build`. - --> - <title>EpicWolverine's Heardle</title> + <title>K-Heardle</title> </head> <body> - <noscript>You need to enable JavaScript to run this app.</noscript> + <noscript>You need to enable JavaScript to run this app. (sorry I promise there's no tracking)</noscript> <div id="root"></div> - <!-- - This HTML file is a template. - If you open it directly in the browser, you will see an empty page. - - You can add webfonts, meta tags, or analytics to this file. - The build step will place the bundled scripts into the <body> tag. - - To begin the development, run `npm start` or `yarn start`. - To create a production bundle, use `npm run build` or `yarn build`. - --> </body> </html> diff --git a/public/logo192.png b/public/logo192.png Binary files differdeleted file mode 100644 index 0b3dd7c..0000000 --- a/public/logo192.png +++ /dev/null diff --git a/public/logo512.png b/public/logo512.png Binary files differdeleted file mode 100644 index 41a720a..0000000 --- a/public/logo512.png +++ /dev/null diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index d726586..0000000 --- a/public/manifest.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "short_name": "PersonalHeardle", - "name": "PersonalHeardle", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - }, - { - "src": "logo192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "logo512.png", - "type": "image/png", - "sizes": "512x512" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#ffffff", - "background_color": "#00171F" -}
\ No newline at end of file diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..45dc8a2 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1 @@ +{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
\ No newline at end of file |
