chore(ui): apple-touch-icon ekle ve favicon güncelle

This commit is contained in:
2026-01-03 20:02:39 +03:00
parent 053828a577
commit 0665a7de1e
3 changed files with 17 additions and 19 deletions

View File

@@ -1,21 +1,19 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head>
<meta charset="UTF-8" /> <head>
<meta <meta charset="UTF-8" />
name="viewport" <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" <title>q-buffer</title>
/> <link rel="icon" type="image/png" href="/favicon.png" />
<title>q-buffer</title> <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/favicon.png" /> <link rel="stylesheet"
<link rel="apple-touch-icon" href="/favicon.png" /> href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" />
<link </head>
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" <body>
/> <div id="root"></div>
</head> <script type="module" src="/src/main.tsx"></script>
<body> </body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html> </html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.9 MiB