diff options
Diffstat (limited to 'frontend/public')
| -rw-r--r-- | frontend/public/favicon.ico | bin | 0 -> 15086 bytes | |||
| -rw-r--r-- | frontend/public/index.html | 16 | ||||
| -rw-r--r-- | frontend/public/manifest.json | 25 | ||||
| -rw-r--r-- | frontend/public/robots.txt | 3 |
4 files changed, 44 insertions, 0 deletions
diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico new file mode 100644 index 0000000..6be1828 --- /dev/null +++ b/frontend/public/favicon.ico | |||
| Binary files differ | |||
diff --git a/frontend/public/index.html b/frontend/public/index.html new file mode 100644 index 0000000..3af82f1 --- /dev/null +++ b/frontend/public/index.html | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | <head> | ||
| 4 | <meta charset="utf-8" /> | ||
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
| 6 | <meta name="theme-color" content="#000000" /> | ||
| 7 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> | ||
| 8 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> | ||
| 9 | |||
| 10 | <title>lp boards</title> | ||
| 11 | </head> | ||
| 12 | <body> | ||
| 13 | <noscript>You need to enable JavaScript to run this app.</noscript> | ||
| 14 | <div id="root"></div> | ||
| 15 | </body> | ||
| 16 | </html> | ||
diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json new file mode 100644 index 0000000..080d6c7 --- /dev/null +++ b/frontend/public/manifest.json | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | { | ||
| 2 | "short_name": "React App", | ||
| 3 | "name": "Create React App Sample", | ||
| 4 | "icons": [ | ||
| 5 | { | ||
| 6 | "src": "favicon.ico", | ||
| 7 | "sizes": "64x64 32x32 24x24 16x16", | ||
| 8 | "type": "image/x-icon" | ||
| 9 | }, | ||
| 10 | { | ||
| 11 | "src": "logo192.png", | ||
| 12 | "type": "image/png", | ||
| 13 | "sizes": "192x192" | ||
| 14 | }, | ||
| 15 | { | ||
| 16 | "src": "logo512.png", | ||
| 17 | "type": "image/png", | ||
| 18 | "sizes": "512x512" | ||
| 19 | } | ||
| 20 | ], | ||
| 21 | "start_url": ".", | ||
| 22 | "display": "standalone", | ||
| 23 | "theme_color": "#000000", | ||
| 24 | "background_color": "#ffffff" | ||
| 25 | } | ||
diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/frontend/public/robots.txt | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | # https://www.robotstxt.org/robotstxt.html | ||
| 2 | User-agent: * | ||
| 3 | Disallow: | ||