17 lines
474 B
HTML
17 lines
474 B
HTML
<!doctype html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<meta name="robots" content="noindex" />
|
||
<title>Paket buchen – Tri-Hub</title>
|
||
</head>
|
||
<body>
|
||
<main id="booking-root" class="container"></main>
|
||
<script
|
||
type="module"
|
||
src="/src/features/booking/booking-entry.js"
|
||
></script>
|
||
</body>
|
||
</html>
|