9 lines
226 B
Vue
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>
|