Files
DiceCloud/app/imports/ui/pages/NotFound.vue
2018-10-09 16:24:43 +02:00

13 lines
239 B
Vue

<template>
<toolbar-layout>
<div slot="toolbar">
Not Found
</div>
<v-layout align-center justify-center>
<h1>
No page was found for this address
</h1>
</v-layout>
</toolbar-layout>
</template>