Added not found page

This commit is contained in:
2021-04-07 16:36:57 +02:00
parent 41ba3104e0
commit 4e9729508f
2 changed files with 12 additions and 0 deletions

6
src/views/NotFound.vue Normal file
View File

@@ -0,0 +1,6 @@
<template>
<div id="not-found">
<h1>Error 404</h1>
<p>Not found</p>
</div>
</template>