mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-10-04 10:34:07 -04:00
16 lines
351 B
Vue
16 lines
351 B
Vue
<template>
|
|
<div class="container">
|
|
<h2>
|
|
<Icon v="person-dolly-empty"/>
|
|
<T>notFound.message</T>
|
|
</h2>
|
|
|
|
<p class="h4 mt-4">
|
|
<nuxt-link to="/">
|
|
<Icon v="chevron-circle-left"/>
|
|
<T>notFound.back</T>
|
|
</nuxt-link>
|
|
</p>
|
|
</div>
|
|
</template>
|