diff --git a/index.php b/index.html
similarity index 96%
rename from index.php
rename to index.html
index 4d2a4ac0d2d6f7b879106949e6bc1c46fdba8452..80b0de0da3acbb7b2e7c735bd36d350d7417f74a 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">