diff options
Diffstat (limited to 'frontend/index.html')
| -rw-r--r-- | frontend/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html new file mode 100644 index 0000000..7538ee9 --- /dev/null +++ b/frontend/index.html | |||
| @@ -0,0 +1,21 @@ | |||
| 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 href="/src/style.css" rel="stylesheet"> | ||
| 11 | <link rel="manifest" href="/manifest.json" /> | ||
| 12 | <title>LPHUB</title> | ||
| 13 | </head> | ||
| 14 | |||
| 15 | <body> | ||
| 16 | <noscript>You need to enable JavaScript to run this app.</noscript> | ||
| 17 | <div id="root"></div> | ||
| 18 | <script type="module" src="/src/index.tsx"></script> | ||
| 19 | </body> | ||
| 20 | |||
| 21 | </html> \ No newline at end of file | ||