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