This commit is contained in:
2023-06-25 00:10:57 +05:30
commit a4eb13cdac
20 changed files with 1830 additions and 0 deletions

15
views/index.html Normal file
View 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" .}}