docs(readme): replace header icon with Juggler mascot and feat(website): optimize technical SEO & add mobile theme colors

This commit is contained in:
Timo
2026-05-30 19:55:25 +02:00
parent fb1451022b
commit 74042c3c78
5 changed files with 41 additions and 4 deletions
+6
View File
@@ -8,6 +8,12 @@
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="assets/logo.png">
<meta name="robots" content="noindex">
<!-- Mobile Browser Theme Styling -->
<meta name="theme-color" content="#0f172a">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<script src="lang-init.js"></script>
</head>
<body>