ff-webpage/components/NotFound.vue

3 lines
121 B
Vue

<template>
<div class="h-[calc(100vh-18rem)] w-full flex items-center justify-center">Nicht gefunden</div>
</template>