Files
t.leonards ae33874ae0
Deploy to Dev Server / deploy (push) Has been cancelled
initial commit
2026-03-26 16:10:45 +01:00

65 lines
3.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Leonards & Brandenburger IT</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.webmanifest">
<!-- Preconnect für schnelleres Font-Loading -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Inter Font (fehlte!) + Material Symbols mit font-display=swap -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap" rel="stylesheet">
<meta name="description" content="IT-Dienstleistungen, Webentwicklung und SEO aus einer Hand. Leonards & Brandenburger IT pragmatisch, transparent und zuverlässig.">
<meta name="robots" content="index,follow">
<!-- PWA Theme Color -->
<meta name="theme-color" content="#C2410C">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#1e293b">
<!-- iOS PWA Support -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="L&B IT">
<link rel="apple-touch-icon" href="/assets/icons/icon-152x152.svg">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/icons/icon-192x192.svg">
<!-- Windows/MS Tiles -->
<meta name="msapplication-TileColor" content="#C2410C">
<meta name="msapplication-TileImage" content="/assets/icons/icon-144x144.svg">
<meta name="msapplication-config" content="none">
<!-- Disable phone number detection -->
<meta name="format-detection" content="telephone=no">
<!-- Open Graph defaults (werden zur Laufzeit aktualisiert) -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Leonards & Brandenburger IT">
<meta property="og:locale" content="de_DE">
<meta property="og:title" content="Leonards & Brandenburger IT">
<meta property="og:description" content="IT-Dienstleistungen, Webentwicklung und SEO aus einer Hand. Leonards & Brandenburger IT pragmatisch, transparent und zuverlässig.">
<meta property="og:image" content="/assets/LM_Logos/Logo1.png">
<meta property="og:url" content="/">
<!-- Twitter Card defaults -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Leonards & Brandenburger IT">
<meta name="twitter:description" content="IT-Dienstleistungen, Webentwicklung und SEO aus einer Hand. Leonards & Brandenburger IT pragmatisch, transparent und zuverlässig.">
<meta name="twitter:image" content="/assets/LM_Logos/Logo1.png">
<!-- Canonical (wird dynamisch aktualisiert) -->
<link rel="canonical" href="/" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<!-- JSON-LD strukturierte Daten werden dynamisch von SeoService injiziert -->
</head>
<body>
<app-root></app-root>
</body>
</html>