2025-01-21 11:47:35 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
|
|
<link rel="icon" href="/favicon.ico">
|
2025-02-06 13:28:39 +00:00
|
|
|
<title>Theater Dortmund Ticket Formular</title>
|
2025-01-21 11:47:35 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div id="app"></div>
|
2025-02-06 13:28:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
<footer class="text-center text-lg-start bg-body-tertiary text-muted">
|
|
|
|
<div class="text-center p-4">
|
|
|
|
© 2025 Theater Dortmund.
|
|
|
|
<a class="text-reset" href="https://www.theaterdo.de/impressum">Impressum</a> /
|
|
|
|
<a class="text-reset" href="https://www.theaterdo.de/datenschutz/">Datenschutz</a>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2025-01-21 11:47:35 +00:00
|
|
|
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|