Files
2024-10-10 21:57:37 +03:30

9 lines
226 B
Vue

<template>
<footer class="pwa-footer">
<p style="color: white; text-align: center">
<span>Design and developed by</span>
<a href="https://negarehagency.com">NegarehAgency</a>
</p>
</footer>
</template>