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>
|
|
|
|
<footer>
|
|
|
|
<Separator icon="user-friends"/>
|
|
|
|
<section class="small text-center">
|
|
|
|
Strona stworzona przez:
|
|
|
|
<a href="https://twitter.com/AvrisIT" target="_blank" rel="noopener">@AvrisIT</a>
|
|
|
|
(<nuxt-link to="/onu">onu</nuxt-link>)
|
|
|
|
we współpracy z:
|
|
|
|
<a href="https://twitter.com/VaultAusir" target="_blank" rel="noopener">@VaultAusir</a>
|
|
|
|
(<nuxt-link to="/on">on</nuxt-link>)
|
|
|
|
i
|
|
|
|
<a href="https://gitlab.com/Avris/Zaimki" target="_blank" rel="noopener">udostępniona</a>
|
|
|
|
na licencji
|
|
|
|
<a href="https://mit.avris.it" target="_blank" rel="noopener">MIT</a>.
|
|
|
|
</section>
|
2020-07-24 05:14:37 -07:00
|
|
|
<section class="text-center small">
|
|
|
|
<Share/>
|
|
|
|
</section>
|
2020-07-22 13:19:23 -07:00
|
|
|
</footer>
|
|
|
|
</template>
|