zammad-form/frontend/index.html

26 lines
780 B
HTML
Raw Permalink Normal View History

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">
<title>Theater Dortmund Ticket Formular</title>
2025-01-21 11:47:35 +00:00
</head>
<body>
<div id="app"></div>
<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>