Files
DiceCloud/app/imports/client/ui/pages/NotFound.vue
2022-11-19 17:51:50 +02:00

20 lines
302 B
Vue

<template>
<v-layout
style="height: 100%;"
column
align-center
justify-center
>
<h1 class="text-h1">
404
</h1>
<h1 class="ma-4 text-h3">
No page was found for this address
</h1>
</v-layout>
</template>
<script lang="js">
export default {}
</script>