Move WebUI icons to its own folder

After this change: "http://<server>/icons" will point to "src/icons"
folder and "http://<server>/images" points to the real "images" folder
in the relative path.
This commit is contained in:
Chocobo1
2020-05-19 13:41:41 +08:00
parent dde7421f59
commit 02c25dbe2a
39 changed files with 173 additions and 173 deletions

View File

@@ -1,5 +1,5 @@
<div id="aboutAboutContent" class="aboutTabContent">
<img src="images/mascot.png" style="float: right;" alt="qBittorrent Mascot" />
<img src="icons/mascot.png" style="float: right;" alt="qBittorrent Mascot" />
<h3 id="qbittorrentVersion"></h3>
<p>QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=AboutDialog]</p>
<p>Copyright (c) 2011-2020 The qBittorrent project</p>