Files
loki 470b0d45dd feat: industrial precision dark theme redesign
- Dark server-room slate with amber/copper status-light accents
- DM Sans body + JetBrains Mono for data/mono content
- Glass sidebar with noise grain texture
- Staggered fade-in animations across all pages
- Amber glow on interactions, refined border system
- New favicon (amber clock on dark bg)
2026-05-08 22:58:12 +02:00

17 lines
703 B
HTML

<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UpdatePlaner</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>