17 lines
477 B
HTML
17 lines
477 B
HTML
<!doctype html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>GebOS – Messdienstleistungen einfach gemacht</title>
|
||
<meta
|
||
name="description"
|
||
content="GebOS Component Library – shadcn-basierte Komponenten für die GebOS Landing Pages."
|
||
/>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
</body>
|
||
</html>
|