Skip to content

Commit

Permalink
Updated template
Browse files Browse the repository at this point in the history
  • Loading branch information
CGoodwin90 committed May 24, 2024
1 parent c89dd95 commit fb6aac9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion landingTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>Internal Services Test</title>
</head>
<body>
<body style="background: black;font-family: monospace;color: white;">
<h1>Internal Services Test</h1>
<p>This project was designed to perform a functional test on a given native Lagoon service.</p>
<p>It works by:</p>
Expand All @@ -14,6 +14,7 @@ <h1>Internal Services Test</h1>
<li>Returning the result of the test</li>
</ul>
<p>To check a service, use this format <mark>http://0.0.0.0:3000/{service-type}?service={service-name}</mark></p>
<h2>Available Services:</h2>
<ul>
{{range .Services}}
<li><a href="/{{.Type}}?service={{.Name}}">{{.Name}}</a></li>
Expand Down

0 comments on commit fb6aac9

Please sign in to comment.