Files
hms-licht-ton/frontend/pages/mietkatalog.vue
T

10 lines
355 B
Vue
Raw Normal View History

<template>
<div>
<h1 class="text-3xl font-bold text-text mb-4">Mietkatalog</h1>
<p class="text-text-muted">Unser Equipment-Katalog wird hier geladen.</p>
</div>
</template>
<script setup lang="ts">
useHead({ title: "Mietkatalog HMS Licht & Ton", meta: [{ name: "robots", content: "noindex, nofollow, noarchive, nosnippet" }] });
</script>