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-09-11 03:17:29 -07:00
|
|
|
<template>
|
|
|
|
<header class="d-flex justify-content-between mb-3">
|
|
|
|
<h1 class="h4">
|
|
|
|
<nuxt-link to="/">
|
|
|
|
<Icon v="tags"/>
|
|
|
|
Zaimki.pl
|
|
|
|
</nuxt-link>
|
|
|
|
</h1>
|
2020-09-11 03:33:14 -07:00
|
|
|
<p class="mb-0'">
|
2020-09-11 03:17:29 -07:00
|
|
|
<nuxt-link to="/" class="btn btn-outline-primary btn-sm">
|
|
|
|
<Icon v="home"/>
|
|
|
|
Strona główna
|
|
|
|
</nuxt-link>
|
|
|
|
</p>
|
|
|
|
</header>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
export default {
|
|
|
|
}
|
|
|
|
</script>
|