diff options
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..8578eba --- /dev/null +++ b/frontend/index.html | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | |||
| 4 | <head> | ||
| 5 | <meta charset="utf-8" /> | ||
| 6 | <link rel="icon" href="/favicon.ico" /> | ||
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
| 8 | <meta name="theme-color" content="#000000" /> | ||
| 9 | <link rel="apple-touch-icon" href="/logo192.png" /> | ||
| 10 | <link rel="manifest" href="/manifest.json" /> | ||
| 11 | <title>LPHUB</title> | ||
| 12 | </head> | ||
| 13 | |||
| 14 | <body> | ||
| 15 | <noscript>You need to enable JavaScript to run this app.</noscript> | ||
| 16 | <div id="root"></div> | ||
| 17 | <script type="module" src="/src/index.tsx"></script> | ||
| 18 | </body> | ||
| 19 | |||
| 20 | </html> \ No newline at end of file | ||