added base code
This commit is contained in:
12
templates/html/version.html
Normal file
12
templates/html/version.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{.Name}}</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Version: {{.Version}}<br />
|
||||
Commit ID: {{.CommitId}}
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user