Commit 48817d13 authored by Alfakhori's avatar Alfakhori
Browse files

Update public/index.html

parent 226347b7
Pipeline #7419 passed with stage
in 9 seconds
......@@ -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>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment