mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 04:39:39 +02:00
Update all 15 web apps with correct Umami website IDs: - calendar, chat, clock, contacts, manacore, manadeck, picture, planta, todo: updated IDs - zitare, storage, nutriphi, skilltree, photos, presi: added tracking All IDs now match the websites configured in Umami. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
669 B
HTML
16 lines
669 B
HTML
<!doctype html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
|
<meta name="theme-color" content="#22C55E" />
|
|
<meta name="description" content="NutriPhi - KI-gestützte Ernährungsanalyse per Foto" />
|
|
%sveltekit.head%
|
|
<!-- Umami Analytics -->
|
|
<script defer src="https://stats.mana.how/script.js" data-website-id="33dfae72-f8e2-4aaa-8008-cbbceeaf072d"></script>
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|