Add template in NotFound.vue

This commit is contained in:
2026-05-14 12:10:39 +02:00
parent 336a063d1e
commit 8d93ba2638
+5
View File
@@ -0,0 +1,5 @@
<template>
<div class="not-found">
<h1>404</h1>
</div>
</template>