Contact page favicon
Some checks failed
test / cargo test (push) Failing after 1m3s

This commit is contained in:
2024-09-20 12:35:30 +02:00
parent 377aee315e
commit 52bd4e5590
13 changed files with 127 additions and 42 deletions

View File

@ -21,8 +21,8 @@
<link rel="manifest" href="/manifest.json" />
<link rel="icon" type="image/svg+xml" href="/m-logo.svg" />
<link rel="icon" type="image/png" href="/m-logo-192.png" />
<link rel="icon" type="image/svg+xml" href="/images/m-logo.svg" />
<link rel="icon" type="image/png" href="/images/m-logo-192.png" />
</head>
<body class="bg-blue-50">
{% include "site_header.html" %}