guter zwischenstand
This commit is contained in:
@@ -1,29 +1,15 @@
|
||||
<!-- MainLayout.astro -->
|
||||
---
|
||||
import "../styles/global.css";
|
||||
const year = new Date().getFullYear();
|
||||
import "../styles/app.css";
|
||||
---
|
||||
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Edis Buzzer</title>
|
||||
</head>
|
||||
|
||||
<body class="antialiased bg-slate-50 text-primary pt-16 pb-12">
|
||||
|
||||
<nav class="fixed top-0 left-0 w-full z-50 bg-white shadow-bottom px-4 py-3 h-16 flex items-center">
|
||||
<span class="uppercase font-bold text-xl tracking-narrow font-mono italic">EDIS_BUZZER</span>
|
||||
</nav>
|
||||
|
||||
<main class="mx-auto max-w-screen-lg px-4 py-8 w-full">
|
||||
<slot />
|
||||
</main>
|
||||
|
||||
<footer class="fixed bottom-0 left-0 w-full z-50 bg-white text-xs text-slate-500 h-12 flex items-center shadow-top">
|
||||
<div class="mx-auto px-4 w-full text-center">
|
||||
© 2026-{year} iten engineering. Alle Rechte vorbehalten.
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<body class="bg-surface text-on-surface antialiased transition-colors duration-300">
|
||||
<slot />
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user