Something
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 28s

This commit is contained in:
2026-03-18 00:46:35 +01:00
parent 1466490ed9
commit 5fd4b4a5e3
19 changed files with 87 additions and 15 deletions

View File

@@ -0,0 +1,19 @@
<template>
<div class="footer">
<span>(C) 2026 Aran Roig. All rights whatever.</span>
</div>
</template>
<style scoped>
.footer {
width: 100%;
display: flex;
justify-content: center;
margin-top: 60px;
}
span {
opacity: 0.4;
text-align: center;
}
</style>