make brand tag (bottom right) a link to the repo

This commit is contained in:
Armin 2026-07-08 11:17:34 +02:00
commit b10c88401e

View file

@ -274,7 +274,7 @@ footer .footer-track { flex: 1; min-width: 0; white-space: nowrap; overflow: hid
<span class="footer-track" id="footerTrack">No track</span> <span class="footer-track" id="footerTrack">No track</span>
<span id="footerStatus"></span> <span id="footerStatus"></span>
<span id="footerTime">0:00 / 0:00</span> <span id="footerTime">0:00 / 0:00</span>
<span class="brand">noiz<span>://</span></span> <a href="https://codeberg.org/armin/noiz" target="_blank"><span class="brand">noiz<span>://</span></span></a>
</footer> </footer>
<script> <script>
const audioElA = new Audio(); const audioElA = new Audio();