mirror of
https://codeberg.org/armin/noiz.git
synced 2026-09-01 05:50:52 +02:00
make brand tag (bottom right) a link to the repo
This commit is contained in:
parent
c18eaac989
commit
b10c88401e
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue