瀏覽代碼

Add image for Quoridor project card

DricomDragon 4 年之前
父節點
當前提交
e48e457351
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 二進制
      web/include/images/quoridor_400x400.png
  2. 1 1
      web/projets.php

二進制
web/include/images/quoridor_400x400.png


+ 1 - 1
web/projets.php

@@ -102,7 +102,7 @@
             <?php
                 $pro_title = "Quoridor";
                 $pro_text = "Un jeu de plateau retranscrit sur ordinateur, où le joueur peut affronter un ami ou une intelligence articielle.";
-                $pro_img_src = "https://img.icons8.com/color/400/000000/code.png";
+                $pro_img_src = "include/images/quoridor_400x400.png";
                 $pro_img_alt = "Quoridor image";
                 $pro_page = "projets/pro_quoridor.php";
                 include("include/project-card.php");