Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Syed Areeb Hussain
servmgmt-ss22
Commits
52bd7e99
Commit
52bd7e99
authored
May 07, 2022
by
Syed Areeb Hussain
Browse files
Upload New File
parent
50204541
Changes
1
Hide whitespace changes
Inline
Side-by-side
mini server/index.gohtml
0 → 100644
View file @
52bd7e99
<!DOCTYPE html>
<html
lang=
"en"
>
<meta
charset=
"UTF-8"
>
<title>
Service Management summer term 2022
</title>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1"
>
<style>
html
{
background-color
:
{{
.
BackgroundColor
}
}
}
</style>
<body>
<p>
Hallo Service Management summer term 2022. My name is {{.Hostname}}
</p>
<p>
Amount called: {{.AmountCalled}}
</p>
<ol>
{{range .IpAddresses}}
<li>
{{.}}
</li>
{{end}}
</ol>
</body>
</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