Files
smgw-pki/frontend/index.html
T
2026-05-12 19:25:14 +02:00

21 lines
808 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" />
<meta name="color-scheme" content="light dark" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700&family=Instrument+Serif:ital@0;1&display=swap"
/>
<title>SMGW PKI · Console</title>
</head>
<body class="bg-canvas text-ink antialiased">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>