bd77e1a4e7
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
13 lines
381 B
Vue
13 lines
381 B
Vue
<template>
|
|
<CFooter class="px-4">
|
|
<div>
|
|
<a href="https://manjapro.net/" target="_blank">ManjaPro</a>
|
|
<span class="ms-1">© {{ new Date().getFullYear() }} bestapps</span>
|
|
</div>
|
|
<div class="ms-auto">
|
|
<span class="me-1" target="_blank">Powered by</span>
|
|
<a href="https://rjn-net.id/">PT. LJN Cikembar</a>
|
|
</div>
|
|
</CFooter>
|
|
</template>
|