chore: favicon i meta tagi dla ikony aplikacji

This commit is contained in:
2026-02-12 13:43:45 +01:00
parent f2d7ce7e01
commit 797682eae7

View File

@@ -2,7 +2,9 @@
<html lang="pl">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/pwa-192x192.svg" />
<link rel="apple-touch-icon" href="/pwa-192x192.svg" />
<link rel="mask-icon" href="/pwa-192x192.svg" color="#00f2fe" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nonograms Pro - Vue 3 SOLID</title>
</head>
@@ -10,4 +12,4 @@
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
</html>