mqttdevicemanager/console/src/components/AppFooter.vue
2026-03-17 20:25:15 +10:30

9 lines
289 B
Vue

<template>
<div class="footer">
<div class="footer-container">
<div class="footer-copyright">Jono made this by blatantly copy-pasting from the example projects and vibe-coding the rest</div>
and by not being stupid
</div>
</div>
</template>