1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

button.html: change button href to point to /usb/upload instead of /local_content/upload

This commit is contained in:
avni 2025-01-23 06:27:32 +01:00
parent 91533f5fb3
commit 68dafdbc39

View file

@ -16,4 +16,4 @@
color: #ddd;
}
</style>
<a class="button" href="/local_content/upload/">Upload to USB</a>
<a class="button" href="/usb/upload/">Upload to USB</a>