kamilcraft.com/src/views/NotFound.vue

7 lines
99 B
Vue

<template>
<div id="not-found">
<h1>Error 404</h1>
<p>Not found</p>
</div>
</template>