diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-06-03 19:04:53 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-06-03 19:04:53 +0300 |
commit | 0e7b36c2d443306325f17bb8850f5bb6176202bf (patch) | |
tree | 86629d4fe05d73f2d77dad423cc37d5a612430f3 /public | |
parent | 15d75cdc37e1459f7d11d004005d4305a6377ffd (diff) |
Diffstat (limited to 'public')
-rw-r--r-- | public/alarm.mp3 | bin | 0 -> 294426 bytes | |||
-rw-r--r-- | public/android-chrome-192x192.png | bin | 0 -> 21423 bytes | |||
-rw-r--r-- | public/android-chrome-512x512.png | bin | 0 -> 49411 bytes | |||
-rw-r--r-- | public/apple-touch-icon.png | bin | 0 -> 20032 bytes | |||
-rw-r--r-- | public/browserconfig.xml | 9 | ||||
-rw-r--r-- | public/favicon-16x16.png | bin | 0 -> 1199 bytes | |||
-rw-r--r-- | public/favicon-32x32.png | bin | 0 -> 2454 bytes | |||
-rw-r--r-- | public/favicon.ico | bin | 3870 -> 15086 bytes | |||
-rw-r--r-- | public/index.html | 56 | ||||
-rw-r--r-- | public/logo128.png | bin | 0 -> 22051 bytes | |||
-rw-r--r-- | public/logo192.png | bin | 5347 -> 34847 bytes | |||
-rw-r--r-- | public/logo192_mask.png | bin | 0 -> 27523 bytes | |||
-rw-r--r-- | public/logo512.png | bin | 9664 -> 40520 bytes | |||
-rw-r--r-- | public/manifest.json | 13 | ||||
-rw-r--r-- | public/mstile-150x150.png | bin | 0 -> 13823 bytes | |||
-rw-r--r-- | public/safari-pinned-tab.svg | 23 | ||||
-rw-r--r-- | public/site.webmanifest | 19 |
17 files changed, 79 insertions, 41 deletions
diff --git a/public/alarm.mp3 b/public/alarm.mp3 Binary files differnew file mode 100644 index 0000000..4383490 --- /dev/null +++ b/public/alarm.mp3 diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png Binary files differnew file mode 100644 index 0000000..f37d8bf --- /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..7288811 --- /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..493d64d --- /dev/null +++ b/public/apple-touch-icon.png diff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/public/browserconfig.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="utf-8"?> +<browserconfig> + <msapplication> + <tile> + <square150x150logo src="/mstile-150x150.png"/> + <TileColor>#da532c</TileColor> + </tile> + </msapplication> +</browserconfig> diff --git a/public/favicon-16x16.png b/public/favicon-16x16.png Binary files differnew file mode 100644 index 0000000..d689aa3 --- /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..97b4ea1 --- /dev/null +++ b/public/favicon-32x32.png diff --git a/public/favicon.ico b/public/favicon.ico Binary files differindex a11777c..695031d 100644 --- a/public/favicon.ico +++ b/public/favicon.ico diff --git a/public/index.html b/public/index.html index aa069f2..98f1c2f 100644 --- a/public/index.html +++ b/public/index.html @@ -1,43 +1,23 @@ <!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="utf-8" /> - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <meta name="theme-color" content="#000000" /> - <meta - name="description" - content="Web site created using create-react-app" - /> - <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. +<html lang="ru"> - 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>React App</title> - </head> - <body> - <noscript>You need to enable JavaScript to run this app.</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. +<head> + <meta charset="utf-8" /> + <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="theme-color" content="#1890ff" /> + <meta name="description" content="Мультитаймер - универсальный таймер" /> + <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> + <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="%PUBLIC_URL%/manifest.json" /> + <title>Мультитаймер</title> +</head> - You can add webfonts, meta tags, or analytics to this file. - The build step will place the bundled scripts into the <body> tag. +<body> + <noscript>You need to enable JavaScript to run this app.</noscript> + <div id="root"></div> +</body> - 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/logo128.png b/public/logo128.png Binary files differnew file mode 100644 index 0000000..e4b012d --- /dev/null +++ b/public/logo128.png diff --git a/public/logo192.png b/public/logo192.png Binary files differindex fc44b0a..8bf5450 100644 --- a/public/logo192.png +++ b/public/logo192.png diff --git a/public/logo192_mask.png b/public/logo192_mask.png Binary files differnew file mode 100644 index 0000000..f823a4d --- /dev/null +++ b/public/logo192_mask.png diff --git a/public/logo512.png b/public/logo512.png Binary files differindex a4e47a6..5e5219f 100644 --- a/public/logo512.png +++ b/public/logo512.png diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..0fde245 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Таймер", + "name": "Мультитаймер", "icons": [ { "src": "favicon.ico", @@ -13,13 +13,20 @@ "sizes": "192x192" }, { + "src": "logo192_mask.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "any maskable" + }, + { "src": "logo512.png", "type": "image/png", "sizes": "512x512" } ], + "version": "0.1", "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#1890ff", "background_color": "#ffffff" } diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png Binary files differnew file mode 100644 index 0000000..b91d986 --- /dev/null +++ b/public/mstile-150x150.png diff --git a/public/safari-pinned-tab.svg b/public/safari-pinned-tab.svg new file mode 100644 index 0000000..8159b3b --- /dev/null +++ b/public/safari-pinned-tab.svg @@ -0,0 +1,23 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" + "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> +<svg version="1.0" xmlns="http://www.w3.org/2000/svg" + width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000" + preserveAspectRatio="xMidYMid meet"> +<metadata> +Created by potrace 1.14, written by Peter Selinger 2001-2017 +</metadata> +<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)" +fill="#000000" stroke="none"> +<path d="M2320 4949 c-215 -26 -356 -58 -535 -119 -121 -42 -138 -48 -276 +-114 -291 -136 -611 -392 -819 -651 -287 -360 -462 -783 -517 -1255 -12 -102 +-9 -456 6 -550 7 -47 15 -101 17 -120 26 -179 126 -473 229 -674 229 -445 579 +-798 1025 -1033 174 -92 505 -209 640 -227 8 -1 31 -5 50 -9 127 -24 214 -31 +410 -31 164 -1 330 8 363 19 7 2 28 6 47 9 408 63 830 262 1170 551 66 56 239 +235 293 303 61 77 177 239 177 248 0 3 9 18 20 34 44 62 188 369 206 440 2 8 +12 40 23 70 11 31 22 67 25 80 3 14 14 61 25 105 11 44 22 100 26 125 3 25 8 +59 11 75 17 117 21 194 19 370 -1 110 -8 232 -14 270 -6 39 -14 86 -17 105 +-77 470 -314 927 -664 1280 -270 272 -581 466 -945 588 -72 25 -207 60 -255 +68 -19 3 -38 8 -42 10 -46 28 -543 51 -698 33z"/> +</g> +</svg> diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,19 @@ +{ + "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" +} |