Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
ar
Commits
da38df8b
Commit
da38df8b
authored
May 03, 2023
by
Alfakhori
Browse files
Update public/index.html
parent
48817d13
Pipeline
#7420
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/index.html
View file @
da38df8b
...
@@ -42,9 +42,9 @@
...
@@ -42,9 +42,9 @@
<body>
<body>
<h1>
Welcome to My Page!
</h1>
<h1>
Welcome to My Page!
</h1>
<p>
Click on one of the buttons below to go to another page:
</p>
<p>
Click on one of the buttons below to go to another page:
</p>
<img
src=
"mylogo.png"
alt=
"My Logo"
id=
"logo"
>
<button
onclick=
"location.href='page1.html'"
>
Go to Page 1
</button>
<button
onclick=
"location.href='page1.html'"
>
Go to Page 1
</button>
<button
onclick=
"location.href='page2.html'"
>
Go to Page 2
</button>
<button
onclick=
"location.href='page2.html'"
>
Go to Page 2
</button>
<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>
<footer>
©
2023 HfT Stuttgart. Contact me at
<a
href=
"mailto:Muhammad Mlfakhori"
>
muhammad.alfakhori@hft-stuttgart.de
</a>
.
</footer>
</body>
</body>
</html>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment