mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-26 23:21:41 +01:00
14 lines
377 B
Vue
14 lines
377 B
Vue
<script setup></script>
|
|
|
|
<template>
|
|
<div class="content">
|
|
<a href="https://www.buymeacoffee.com/amirraminfar" target="_blank" rel="noopener noreferrer">
|
|
<img
|
|
src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png"
|
|
alt="Buy Me A Coffee"
|
|
style="height: 60px !important; width: 217px !important"
|
|
/>
|
|
</a>
|
|
</div>
|
|
</template>
|