Sign in

This commit is contained in:
2024-03-12 23:23:16 +08:00
parent 920efd3021
commit 95c486b8f4
7 changed files with 341 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
<template>
<div class="text-xs text-center opacity-80">
<p>Copyright © {{ new Date().getFullYear() }} Solsynth</p>
<p>Powered by <a class="underline" href="#">Hydrogen.Identity</a></p>
</div>
</template>