summaryrefslogtreecommitdiff
path: root/src/views/NotFound.vue
blob: 35b9753026e5e7b494334e7ffeb0d613c96c66f8 (plain) (blame)
1
2
3
4
5
6
<template>
	<main>
		<h1>Page not found</h1>
		<p>This page does not exist or has been removed.</p>
	</main>
</template>