mirror of
https://codeberg.org/aryak/mozhi
synced 2025-06-04 00:41:07 +05:30
init
This commit is contained in:
15
views/index.html
Normal file
15
views/index.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{template "header" .}}
|
||||
|
||||
<main>
|
||||
<h2>SimplyTranslate</h2>
|
||||
<h3>Info</h3>
|
||||
{{ if eq .version "unknown, please build with Go 1.13+ or use Git"}} SimplyTranslate
|
||||
version: <code>unknown</code> {{ else }} SimplyTranslate version:
|
||||
<a href="https://codeberg.org/aryak/simplytranslate/commit/{{ .version}}"
|
||||
><code>{{ .version}}</code></a
|
||||
>
|
||||
{{ end }}
|
||||
<br />
|
||||
Fiber version: {{ .fiberversion}}, running on {{ .goversion}}
|
||||
</main>
|
||||
{{ template "footer" .}}
|
||||
Reference in New Issue
Block a user