7 lines
217 B
Vue
7 lines
217 B
Vue
<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>
|