mirror of
https://github.com/axllent/mailpit.git
synced 2025-03-21 21:47:19 +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>
|