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>
|