This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2020-07-22 13:19:23 -07:00
|
|
|
<template>
|
2020-11-29 02:03:01 -08:00
|
|
|
<div>
|
2020-09-23 11:34:35 -07:00
|
|
|
<h2>
|
2020-07-22 13:19:23 -07:00
|
|
|
<Icon v="person-dolly-empty"/>
|
2020-09-28 08:51:26 -07:00
|
|
|
<T>notFound.message</T>
|
2020-09-23 11:34:35 -07:00
|
|
|
</h2>
|
2020-07-22 13:19:23 -07:00
|
|
|
|
|
|
|
<p class="h4 mt-4">
|
|
|
|
<nuxt-link to="/">
|
|
|
|
<Icon v="chevron-circle-left"/>
|
2020-09-28 08:51:26 -07:00
|
|
|
<T>notFound.back</T>
|
2020-07-22 13:19:23 -07:00
|
|
|
</nuxt-link>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</template>
|