Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/templates/logo.html.tmpl')
-rw-r--r--web/templates/logo.html.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/templates/logo.html.tmpl b/web/templates/logo.html.tmpl
index dcbb2c7..81dc4a9 100644
--- a/web/templates/logo.html.tmpl
+++ b/web/templates/logo.html.tmpl
@@ -8,14 +8,14 @@
The logos are available under the terms of the Creative Commons license <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
<h3>Application icon</h3>
<p>Different resolutions, colored, dithered, black & white.<br />
-<img src="images/logo/WinDirStat_3d.ico" alt="WDS application icon" /></p>
+<img src="/images/logo/WinDirStat_3d.ico" alt="WDS application icon" /></p>
<h3>Logo (color)</h3>
<p>Click for scalable SVG version.<br />
-<a href="images/logo/logo_color.svg"><img src="images/logo/logo_color.png" alt="Colored WDS logo" width="512" height="512" /></a></p>
+<a href="/images/logo/logo_color.svg"><img src="/images/logo/logo_color.png" alt="Colored WDS logo" width="512" height="512" /></a></p>
<h3>Logo (gray)</h3>
<p>Click for scalable SVG version.<br />
-<a href="images/logo/logo_gray.svg"><img src="images/logo/logo_gray.png" alt="Grayscale WDS logo" width="512" height="512" /></a></p>
+<a href="/images/logo/logo_gray.svg"><img src="/images/logo/logo_gray.png" alt="Grayscale WDS logo" width="512" height="512" /></a></p>
<h3>Logo (black/white)</h3>
<p>Click for scalable SVG version.<br />
-<a href="images/logo/logo_bw.svg"><img src="images/logo/logo_bw.png" alt="Black and white WDS logo" width="512" height="512" /></a></p>
+<a href="/images/logo/logo_bw.svg"><img src="/images/logo/logo_bw.png" alt="Black and white WDS logo" width="512" height="512" /></a></p>
[% END %]