Added favicon.svg

This commit is contained in:
marijo 2026-06-23 13:37:12 +00:00
parent 5e07f24023
commit 647784a4f6
2 changed files with 10 additions and 0 deletions

View file

@ -514,6 +514,7 @@ header('Content-Type: text/html; charset=utf-8');
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><?= h($title) ?> QR</title>
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<style>
:root { color-scheme: light dark; font-family: system-ui, sans-serif; }
body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: #f5f5f5; color: #111; }