ADD: footer

This commit is contained in:
webfussel 2024-05-22 14:46:04 +02:00
parent 9c57aa0125
commit 6970230a01
2 changed files with 6 additions and 0 deletions

View file

@ -6,6 +6,10 @@
color: var(--color-orange);
}
& p {
color: var(--color-white-transparent);
}
& .sitemap {
align-items: center;
flex-wrap: wrap;

View file

@ -10,6 +10,8 @@
<li><a :href="`${mainPage ? '/' : ''}#network`">Mein Netzwerk</a></li>
<li><a href="/imp">Impressum</a></li>
</ul>
<p>Natürlich ohne cookies.</p>
<p>&copy; 2024 by <a href="https://webfussel.de">webfussel</a></p>
</footer>
</template>