1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-21 21:47:19 +02:00
mailpit/server/ui-src/views/NotFoundView.vue
2023-09-14 22:30:20 +12:00

8 lines
132 B
Vue

<script>
</script>
<template>
<p>Page not found</p>
<p>Click <router-link to="/">here</router-link> to continue.</p>
</template>