7 lines
99 B
Vue
7 lines
99 B
Vue
<template>
|
|
<div id="not-found">
|
|
<h1>Error 404</h1>
|
|
<p>Not found</p>
|
|
</div>
|
|
</template>
|