Files
DiceCloud/app/imports/ui/pages/NotFound.vue
2020-05-02 17:09:56 +02:00

13 lines
182 B
Vue

<template>
<div>
<v-layout
align-center
justify-center
>
<h1>
No page was found for this address
</h1>
</v-layout>
</div>
</template>