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
48817d13
Commit
48817d13
authored
1 year ago
by
Alfakhori
Browse files
Options
Download
Email Patches
Plain Diff
Update public/index.html
parent
226347b7
Pipeline
#7419
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+8
-2
public/index.html
with
8 additions
and
2 deletions
+8
-2
public/index.html
+
8
-
2
View file @
48817d13
...
...
@@ -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.
sv
g"
alt=
"My Logo"
id=
"logo"
>
<footer>
©
2023
My Company
</footer>
<img
src=
"
my
logo.
pn
g"
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>
This diff is collapsed.
Click to expand it.
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