tethys.backend/resources/js/Pages/Errors/not_found.vue

7 lines
157 B
Vue
Raw Normal View History

<template>
<div class="container">
<div class="title">Page not found</div>
<span>This page does not exist.</span>
</div>
</template>