Add project link

This commit is contained in:
Jono Targett 2026-03-18 00:10:37 +10:30
parent fc7f21e24e
commit 0140c2f9dc

View File

@ -2,7 +2,18 @@
<div class="footer"> <div class="footer">
<div class="footer-container"> <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> <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 class="footer-links">
<a
href="https://git.jonotargett.com/mqttdevicemanager"
target="_blank"
rel="noopener noreferrer"
class="footer-link"
>
<i class="pi pi-github footer-icon"> gitea</i>
</a>
</div> </div>
</div> </div>
</div>
</template> </template>