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.
Zaimki/components/NotFound.vue

16 lines
333 B
Vue
Raw Normal View History

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"/>
<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"/>
<T>notFound.back</T>
2020-07-22 13:19:23 -07:00
</nuxt-link>
</p>
</div>
</template>