This repository has been archived on 2021-07-29. You can view files and clone it, but cannot push or open issues or pull requests.
find_coach/src/pages/NotFound.vue

12 lines
253 B
Vue

<template>
<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>