mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-10-19 12:03:12 -04:00
16 lines
348 B
Vue
16 lines
348 B
Vue
<template>
|
|
<div class="container">
|
|
<h1>
|
|
<Icon v="person-dolly-empty"/>
|
|
Strony nie znaleziono
|
|
</h1>
|
|
|
|
<p class="h4 mt-4">
|
|
<nuxt-link to="/">
|
|
<Icon v="chevron-circle-left"/>
|
|
Wróć na główną
|
|
</nuxt-link>
|
|
</p>
|
|
</div>
|
|
</template>
|