Refactor: Login and profile page

This commit is contained in:
Kamigen
2024-06-26 15:01:34 -04:00
parent 5d3429afb2
commit aa4af266c0
4 changed files with 150 additions and 443 deletions

View File

@@ -1,20 +1,7 @@
<template>
<footer>
<div class="text-black text-center ">
<footer class="mt-auto">
<div class="text-black text-center py-4">
{{ new Date().getFullYear() }} <strong>Hutopy v.01</strong>
</div>
</footer>
</template>
<style>
footer {
@apply flex justify-center pt-10
}
</style>