added base code

This commit is contained in:
2024-08-17 10:27:36 +02:00
parent 0078e38e2f
commit f5faf61006
8 changed files with 172 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>