From f44db8fd6fb8265dd5b8b104d994cceabc78548a Mon Sep 17 00:00:00 2001
From: "Kreinsen, Moritz" <moritz.kreinsen@uni-hamburg.de>
Date: Sun, 12 Mar 2023 18:43:28 +0000
Subject: [PATCH] Update index.html

---
 index.php => index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename index.php => index.html (96%)

diff --git a/index.php b/index.html
similarity index 96%
rename from index.php
rename to index.html
index 4d2a4ac..80b0de0 100644
--- a/index.php
+++ b/index.html
@@ -11,7 +11,7 @@
   <section class="memory-game">
     <div class="memory-card" data-framework="aurelia">
       
-      <?php
+      <!-- <?php
         $text = 'Beispieltext';
         $style = 'background-color: #FFCCCB'
         $svg = "<svg xmlns='http://www.w3.org/2000/svg' width='100' height='50'><text x='10' y='30'>$text</text></svg>";
@@ -19,9 +19,9 @@
         $src = 'data:image/svg+xml;base64,$svgData';
         $imgTag = "<img class='front-face' src='$src' alt='$text' style='$style'/>";
         echo $imgTag;
-      ?>
+      ?> -->
 
-      <!-- <img class="front-face" src="img/aurelia.svg" alt="Aurelia" style="background-color: #FFCCCB"/> -->
+      <img class="front-face" src="img/aurelia.svg" alt="Aurelia" style="background-color: #FFCCCB"/>
       <img class="back-face" src="img/js-badge.svg" alt="JS Badge" />
     </div>
     <div class="memory-card" data-framework="aurelia">
-- 
GitLab