diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-02-26 20:44:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 20:44:37 +0300 |
| commit | 95caa9dc16cbefcb984ac7a70c5a05b66bab2230 (patch) | |
| tree | 3e9ae6888905b1a750ad855e3d5b46f70d062481 /frontend/index.html | |
| parent | actually add update profile route (#30) (diff) | |
| parent | Update package.json (diff) | |
| download | lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.gz lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.tar.bz2 lphub-95caa9dc16cbefcb984ac7a70c5a05b66bab2230.zip | |
Merge pull request #32 from Nidboj132/main
frontend
Diffstat (limited to 'frontend/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> | ||