simon-einzinger.de/docs/.vitepress/theme/layout/NotFound.vue
2025-01-24 19:05:29 +01:00

9 lines
104 B
Vue

<template>
<h1>404 Not found</h1>
</template>
<script>
export default {};
</script>
<style></style>