go webserver template added
Some checks failed
Update Child Repos / update (push) Failing after 1m2s

This commit is contained in:
2025-12-17 10:49:43 +01:00
parent 9cbfd850bc
commit 8d1555249a
11 changed files with 319 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>{{.Name}}</title>
</head>
<body>
<p>
Version: {{.Version}}<br />
Commit ID: {{.CommitId}}
</p>
</body>
</html>