2025SELab2-project-Dwengo/frontend/src/components/errors/NotFound.vue
2025-03-01 10:33:30 +00:00

7 lines
114 B
Vue

<script setup lang="ts"></script>
<template>
<b>404 - Page Not Found</b>
</template>
<style scoped></style>