mirror of
https://github.com/axllent/mailpit.git
synced 2025-06-17 00:07:54 +02:00
7
server/ui-src/views/NotFoundView.vue
Normal file
7
server/ui-src/views/NotFoundView.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<p>Page not found</p>
|
||||
<p>Click <router-link to="/">here</router-link> to continue.</p>
|
||||
</template>
|
Reference in New Issue
Block a user