feat(website,extension): integrate NewLogoIcon as WebP favicon/header logo and convert to PNG extension icons

This commit is contained in:
Timo
2026-05-30 20:14:59 +02:00
parent 74042c3c78
commit 25b23d083d
10 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<title>Datenschutz / Privacy Policy | KoalaSync</title>
<link rel="preload" href="style.css" as="style">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="assets/logo.png">
<link rel="icon" type="image/webp" href="assets/NewLogoIcon_64.webp">
<meta name="robots" content="noindex">
<!-- Mobile Browser Theme Styling -->
@@ -26,7 +26,7 @@
<nav>
<div class="container nav-content">
<a href="index.html" class="logo-area" style="text-decoration: none;">
<img src="assets/logo.png" alt="KoalaSync Logo" width="40" height="40">
<img src="assets/NewLogoIcon.webp" alt="KoalaSync Logo" width="40" height="40">
<span>KoalaSync</span>
</a>
<button class="hamburger" aria-label="Menu" aria-expanded="false"></button>