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

upload2usb/header.php: update swing logo to point to /usb/ instead of /upload2usb/

This commit is contained in:
root 2025-02-12 02:18:16 -05:00
parent 543a0e9b0e
commit fda19ad7f9

View file

@ -28,5 +28,5 @@ include("upload2usb.php");
<div class="row">
<div class="col-sm-6 offset-sm-3 text-center" style="padding:15px;">
<a href="/upload2usb/"><img class="mb-4" src="uk-swing.png" alt="" width="75"></a>
<a href="/usb/"><img class="mb-4" src="uk-swing.png" alt="" width="75"></a>
<h1 class="h3 mb-3 font-weight-normal"><?php echo $title ?></h1>