2025-02-21
This commit is contained in:
parent
98131c3b78
commit
5d5918f0d7
69 changed files with 1481 additions and 305 deletions
13
src/pages/NotFoundPage.vue
Normal file
13
src/pages/NotFoundPage.vue
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<script setup lang="ts">
|
||||
import { onMounted } from "vue";
|
||||
// DEBUG
|
||||
onMounted(() => {
|
||||
console.debug("NotFoundPage.vue -- Mounted");
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="stack" id="404">
|
||||
<h2>404</h2>
|
||||
</section>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue