From b6431d36e333d3d006525aeaf4af4c8ddca43cc4 Mon Sep 17 00:00:00 2001
From: Jonas Leder <git@jonasled.de>
Date: Mon, 17 May 2021 13:09:46 +0200
Subject: [PATCH] add image of pc

---
 public/systeme/pc.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/public/systeme/pc.html b/public/systeme/pc.html
index 78f1b45..a2e8ae3 100644
--- a/public/systeme/pc.html
+++ b/public/systeme/pc.html
@@ -37,7 +37,9 @@
         </li>
         <li><b>AIO: </b><a href="https://www.xilence.net/en/water-coolers/141">Xilence LiQuRizer LQ240RGB</a></li>
     </ul>
-    <br>
+    <div class="center">
+        <img src="/API/getFile.php?filename=img/PC.jpg">
+    </div>
     <h2>Kommentare:</h2>
     <jl-comments_display></jl-comments_display>
     <jl-new_comment id="newComment"></jl-new_comment>
-- 
GitLab