9c1bbae359
Regenerated all icons (favicon, apple-touch-icon, pwa-192, pwa-512) from manual-icon.png using ImageMagick. Updated manifest and meta theme-color from black to the app's blue (#a8d5e8), and added start_url to the manifest. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
16 lines
473 B
HTML
16 lines
473 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#a8d5e8" />
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
|
<title>Black 7</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|