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 /index.html | |
| parent | ece68c2492481afc37250c99440c6bfc5af6ad53 (diff) | |
migrate project from CRA to vite
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..0a2e5c0 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ +<!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"> + <script type="module" src="./src/index.tsx"></script> + <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> |
