fix: 1:1 prototype port – exact hms-* CSS, real logo, all components from app.js
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user