fix: 1:1 prototype port – exact hms-* CSS, real logo, all components from app.js

This commit is contained in:
Implementation Engineer
2026-07-10 22:28:26 +02:00
parent 786cb0c040
commit 90a7d7f2e0
38 changed files with 2733 additions and 3250 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<template>
<div class="min-h-screen flex flex-col bg-bg text-text">
<div class="min-h-screen flex flex-col">
<a href="#main-content" class="skip-link">Zum Hauptinhalt springen</a>
<AppHeader />
<main id="main-content" class="flex-1 w-full max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6">
<main id="main-content" class="flex-1" role="main">
<slot />
</main>
<AppFooter />