diff options
| author | Nidboj132 <lol2s@vp.pl> | 2023-02-26 15:51:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 15:51:20 +0100 |
| commit | bcf09cdb1f67888f7c5885c7dd06e1d8083ecb7e (patch) | |
| tree | 8e51b30660379c2f13ec3c1315d3b45a858bd33a | |
| parent | Delete vite.config.ts (diff) | |
| download | lphub-bcf09cdb1f67888f7c5885c7dd06e1d8083ecb7e.tar.gz lphub-bcf09cdb1f67888f7c5885c7dd06e1d8083ecb7e.tar.bz2 lphub-bcf09cdb1f67888f7c5885c7dd06e1d8083ecb7e.zip | |
Delete index.html
| -rw-r--r-- | frontend/index.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/frontend/index.html b/frontend/index.html deleted file mode 100644 index 921e721..0000000 --- a/frontend/index.html +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | <head> | ||
| 4 | <meta charset="UTF-8" /> | ||
| 5 | <link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| 7 | <title>Least Portals</title> | ||
| 8 | </head> | ||
| 9 | <body> | ||
| 10 | <div id="root"></div> | ||
| 11 | <script type="module" src="/src/main.tsx"></script> | ||
| 12 | </body> | ||
| 13 | </html> | ||