mirror of
https://github.com/axllent/mailpit.git
synced 2025-03-23 21:50:56 +02:00
8 lines
132 B
Vue
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>
|