forked from potsda.mn/mobilizon
cf0cbc8bde
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
11 lines
207 B
Vue
11 lines
207 B
Vue
<template>
|
|
<v-container>
|
|
<v-layout row>
|
|
<v-flex xs12 sm6 offset-sm3>
|
|
<h1>404 !</h1>
|
|
<img src="../assets/oh_no.jpg" />
|
|
</v-flex>
|
|
</v-layout>
|
|
</v-container>
|
|
</template>
|