From 48817d134e350abf0042141efc8f918904058460 Mon Sep 17 00:00:00 2001 From: Alfakhori <muhammad.alfakhori@hft-stuttgart.de> Date: Wed, 3 May 2023 09:34:04 +0000 Subject: [PATCH] Update public/index.html --- public/index.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index eacf0f8..75cf48c 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>© 2023 My Company</footer> + <img src="mylogo.png" alt="My Logo" id="logo"> + <footer>© 2023 HfT Stuttgart. Contact me at <a href="mailto:Muhammad Mlfakhori">muhammad.alfakhori@hft-stuttgart.de</a>.</footer> </body> </html> -- GitLab