add content to the NotFound page

This commit is contained in:
Andreas Zweili 2021-07-28 21:18:15 +02:00
parent d0d3c40151
commit 8fd11809ed
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
<template>
<div></div>
<section>
<base-card>
<h2>Page not found</h2>
<p>
This page could not be found - maybe check out all our
<router-link to="/coaches">coaches</router-link>.
</p>
</base-card>
</section>
</template>