diff options
Diffstat (limited to 'frontend/public/index.html')
| -rw-r--r-- | frontend/public/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
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> | ||