90fd0ff6b6
Signed-off-by: Thomas Citharel <tcit@tcit.fr> Remove vuetify and add Bulma Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 lines
150 B
Vue
9 lines
150 B
Vue
<template>
|
|
<section>
|
|
<h1>
|
|
<translate>Page not found!</translate>
|
|
<img src="../assets/oh_no.jpg">
|
|
</h1>
|
|
</section>
|
|
</template>
|