site/src/views/NotFound.vue
2023-01-16 22:42:50 +01:00

6 lines
No EOL
127 B
Vue

<template>
<div>
<span>¯\_()_/¯</span>
<span>Sorry...can't find this page!</span>
</div>
</template>