added footer

This commit is contained in:
2024-02-01 09:02:24 +01:00
parent 3af8228c2a
commit c7c2bd3df2
2 changed files with 10 additions and 3 deletions

View File

@@ -2,13 +2,21 @@
const year = new Date().getFullYear();
---
<footer>&copy vaporvee 2021-{year}</footer>
<footer>
&copy vaporvee 2021-{year} 🞄 <a href="https://github.com/vaporvee/web"
>Sourcecode</a
>
</footer>
<style lang="scss">
footer {
display: inline-flexbox;
align-items: center;
text-align: center;
margin-top: -7vh;
margin: 5vh;
bottom: 0;
a {
color: white;
}
}
</style>