Add NotFound.vue #48 #50

Merged
jakob.scheid merged 22 commits from feature/not-found-page into main 2026-05-14 16:21:30 +02:00
Showing only changes of commit 8d93ba2638 - Show all commits
+5
View File
@@ -0,0 +1,5 @@
<template>
<div class="not-found">
<h1>404</h1>
</div>
</template>