From 62a89b96287c6bcd21a23f7b88c2d7ffe82edc12 Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de>
Date: Sat, 22 Oct 2022 20:21:26 +0000
Subject: [PATCH] Update index.html

---
 public/index.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index c83ce2d..b2b10bb 100644
--- a/public/index.html
+++ b/public/index.html
@@ -79,9 +79,13 @@
 		<div id="chartcontainer" style="visibility: hidden;">
 				<div id="chart"></div>
         </div>
-		<a href="https://www.hft-stuttgart.de/" target='_blank'>
+			<a href="https://ugl.hft-stuttgart.de/" target='_blank'>
         <div class="credit"></div>
         </a>
+		<a href = "mailto: rushikesh.padsala@hft-stuttgart.de" target='_blank'>
+        <div class="credit4"></div>
+        </a>
+
 		<!-- javascript -->
         <script src="./Source/App.js"></script>
     </body>
-- 
GitLab