frequi_origin/src/views/Error404View.vue
2023-05-09 20:07:05 +02:00

11 lines
282 B
Vue

<template>
<div>
<h1 class="mb-5">404 Error.</h1>
<p class="h4">Ahhhhhhhh! The page you are looking for does not exist.</p>
<p>
Don't worry, you can head back to
<router-link to="/"> <span>the main page</span> </router-link>.
</p>
</div>
</template>