Files
go-template-container-webse…/templates/html/version.html
Bryan Joshua Pedini 8d1555249a
Some checks failed
Update Child Repos / update (push) Failing after 1m2s
go webserver template added
2025-12-17 10:49:43 +01:00

13 lines
212 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>{{.Name}}</title>
</head>
<body>
<p>
Version: {{.Version}}<br />
Commit ID: {{.CommitId}}
</p>
</body>
</html>