Added not found page
This commit is contained in:
6
src/views/NotFound.vue
Normal file
6
src/views/NotFound.vue
Normal file
@@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<div id="not-found">
|
||||
<h1>Error 404</h1>
|
||||
<p>Not found</p>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user