Initial commit of adonisjs boilerplate
This commit is contained in:
7
inertia/pages/errors/not_found.vue
Normal file
7
inertia/pages/errors/not_found.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
<div class="title">Page not found</div>
|
||||
|
||||
<span>This page does not exist.</span>
|
||||
</div>
|
||||
</template>
|
Reference in New Issue
Block a user