ff-webpage/components/NotFound.vue

4 lines
121 B
Vue
Raw Permalink Normal View History

2024-11-01 13:15:09 +00:00
<template>
<div class="h-[calc(100vh-18rem)] w-full flex items-center justify-center">Nicht gefunden</div>
</template>