chore(ui): apple-touch-icon ekle ve favicon güncelle
This commit is contained in:
@@ -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>
|
</html>
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
BIN
apps/web/public/apple-touch-icon.png
Normal file
BIN
apps/web/public/apple-touch-icon.png
Normal file
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 |
Reference in New Issue
Block a user