From abc8b4cacf4ea262e0c7ff12ab7617bd691885a7 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Sun, 30 Jan 2022 10:10:10 +0100 Subject: [PATCH] fix some image URL --- public/projekte/smartmirror.html | 2 +- public/systeme/epycServer.html | 2 +- public/systeme/pc.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/projekte/smartmirror.html b/public/projekte/smartmirror.html index 11106f5..cc53549 100644 --- a/public/projekte/smartmirror.html +++ b/public/projekte/smartmirror.html @@ -32,7 +32,7 @@ href="https://gitlab.jonasled.de/jonasled/SmartMirror">Git Server</a></p><br> <button onclick="document.location.href='/API/getFile.php?filename=files/SmartMirror.zip';">Download</button> <br><br> - <img src="/API/getFile.php?filename=img/Spiegel.jpg"> + <img src="/img/projekte/Spiegel.jpg"> <h2>Kommentare:</h2> <jl-comments_display></jl-comments_display> <jl-new_comment id="newComment"></jl-new_comment> diff --git a/public/systeme/epycServer.html b/public/systeme/epycServer.html index 3c584aa..d9924c0 100644 --- a/public/systeme/epycServer.html +++ b/public/systeme/epycServer.html @@ -30,7 +30,7 @@ <li><b>Betriebssystem: </b><a href="https://www.proxmox.com/en/">Proxmox</a></li> </ul> <div class="center"> - <img src="/API/getFile.php?filename=img/epyc.jpg"> + <img src="/img/systeme/epyc.jpg"> </div> <h2>Kommentare:</h2> <jl-comments_display></jl-comments_display> diff --git a/public/systeme/pc.html b/public/systeme/pc.html index cb7ae1a..77a0ac6 100644 --- a/public/systeme/pc.html +++ b/public/systeme/pc.html @@ -39,7 +39,7 @@ <li><b>Betriebssystem: </b><a href="https://archlinux.org/">Arch Linux</a></li> </ul> <div class="center"> - <img src="/API/getFile.php?filename=img/PC.jpg"> + <img src="/img/systeme/PC.jpg"> </div> <h2>Kommentare:</h2> <jl-comments_display></jl-comments_display> -- GitLab