62 lines
2.4 KiB
HTML
62 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" href="/assets/logo.png" />
|
|
|
|
<!-- Mobile Optimization -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, viewport-fit=cover" />
|
|
<meta name="theme-color" content="#0E2A47" media="(prefers-color-scheme: light)" />
|
|
<meta name="theme-color" content="#0E2A47" media="(prefers-color-scheme: dark)" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
<meta name="apple-mobile-web-app-title" content="MB Grid Solutions" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<meta name="format-detection" content="telephone=yes" />
|
|
<meta name="format-detection" content="email=yes" />
|
|
|
|
<!-- Performance -->
|
|
<link rel="dns-prefetch" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
<!-- SEO -->
|
|
<title>MB Grid Solutions | Energiekabelprojekte bis 110 kV</title>
|
|
<meta name="description" content="Spezialisierter Partner für Energiekabelprojekte bis 110 kV. Herstellerneutrale technische Beratung und Projektbegleitung." />
|
|
<meta name="keywords" content="Energiekabel, Hochspannung, 110 kV, Kabelinfrastruktur, Projektbegleitung, technische Beratung" />
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="MB Grid Solutions | Energiekabelprojekte bis 110 kV" />
|
|
<meta property="og:description" content="Spezialisierter Partner für Energiekabelprojekte bis 110 kV. Herstellerneutrale technische Beratung und Projektbegleitung." />
|
|
<meta property="og:site_name" content="MB Grid Solutions" />
|
|
|
|
<!-- Apple Touch Icons -->
|
|
<link rel="apple-touch-icon" href="/assets/logo.png" />
|
|
|
|
<style>
|
|
/* Critical CSS for initial render */
|
|
#root {
|
|
min-height: 100vh;
|
|
min-height: -webkit-fill-available;
|
|
}
|
|
|
|
/* Prevent FOUC */
|
|
body {
|
|
opacity: 0;
|
|
animation: fadeIn 0.3s ease-in forwards;
|
|
}
|
|
|
|
@keyframes fadeIn {
|
|
to {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|