diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-03 14:56:18 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-03 14:56:18 -0700 |
| commit | 0ea31947adcdf599f10dfb82a57b0e7fd9164295 (patch) | |
| tree | 7433c0ef243debcd814e214aa5ce49cd976b9e4e /public | |
| parent | ece68c2492481afc37250c99440c6bfc5af6ad53 (diff) | |
migrate project from CRA to vite
Diffstat (limited to 'public')
| -rw-r--r-- | public/index.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 02613d1..0000000 --- a/public/index.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html> -<html lang="pl"> - <head> - <meta charset="utf-8" /> - <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> - <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> - <link rel="manifest" href="/site.webmanifest"> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <meta name="theme-color" content="#55aa00" /> - <meta - name="description" - content="K-Heardle" - /> - <title>K-Heardle</title> - </head> - <body> - <noscript>You need to enable JavaScript to run this app. (sorry I promise there's no tracking)</noscript> - <div id="root"></div> - </body> -</html> |
