traxxx/assets/components/errors/not-found.vue

6 lines
77 B
Vue

<template>
<div>
<h1>404 - Not Found</h1>
</div>
</template>