mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-24 05:05:20 -04:00
18 lines
405 B
Vue
18 lines
405 B
Vue
<template>
|
|
<div>
|
|
<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>
|
|
|
|
<AdPlaceholder :phkey="['content-0', 'content-mobile-0']" />
|
|
</div>
|
|
</template>
|