Added favicon.svg
This commit is contained in:
parent
5e07f24023
commit
647784a4f6
2 changed files with 10 additions and 0 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue