diff --git a/public/index.html b/public/index.html
index eacf0f8cf3cb7a130543dc21c0856729fafefa07..75cf48c7d3512a86e279ad768467f58b65f71041 100644
--- a/public/index.html
+++ b/public/index.html
@@ -31,6 +31,12 @@
         text-align: center;
         margin-top: 50px;
       }
+      
+      /* Style for the email link */
+      footer a {
+        color: blue;
+        text-decoration: none;
+      }
     </style>
   </head>
   <body>
@@ -38,7 +44,7 @@
     <p>Click on one of the buttons below to go to another page:</p>
     <button onclick="location.href='page1.html'">Go to Page 1</button>
     <button onclick="location.href='page2.html'">Go to Page 2</button>
-    <img src="https://www.hft-stuttgart.de/typo3conf/ext/hft_sitepackage/Resources/Public/img/HFT_logo.svg" alt="My Logo" id="logo">
-    <footer>&copy; 2023 My Company</footer>
+    <img src="mylogo.png" alt="My Logo" id="logo">
+    <footer>&copy; 2023 HfT Stuttgart. Contact me at <a href="mailto:Muhammad Mlfakhori">muhammad.alfakhori@hft-stuttgart.de</a>.</footer>
   </body>
 </html>