first belajar git

This commit is contained in:
2025-03-14 14:45:12 +07:00
commit ed98e8739f
82 changed files with 15399 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<template>
<v-sheet rounded="md" color="lightprimary" class="ExtraBox hide-menu mx-1 px-4 py-3">
<div class="d-flex align-center">
<div>
<h6 class="text-h6 text-10 mb-3">Upgrade to pro</h6>
<v-btn href="https://adminmart.com/product/matdash-vuetify-nuxt-js-admin-template/?ref=5" target="_blank" color="primary" flat>Buy Pro</v-btn>
</div>
<div class="">
<img src="/images/backgrounds/rupee.png" class="w-100 ms-9 px-2" />
</div>
</div>
</v-sheet>
</template>