mobilizon/js/src/components/PageNotFound.vue
Thomas Citharel 92d2045735 end
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-01-09 17:52:26 +01:00

11 lines
210 B
Vue

<template>
<v-container>
<v-layout row>
<v-flex xs12 sm6 offset-sm3>
<h1>404 !</h1>
<img src="../../static/oh_no.jpg" />
</v-flex>
</v-layout>
</v-container>
</template>