initial commit
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
12
views/head.html
Normal file
12
views/head.html
Normal file
@ -0,0 +1,12 @@
|
||||
{{if .term}}
|
||||
<title>tren - {{.term}}</title>
|
||||
{{else}}
|
||||
<title>tren - tureng.com frontend</title>
|
||||
{{end}}
|
||||
<meta name="viewport" content="width=1024">
|
||||
<meta name="description" content="Privacy respecting frontend for tureng.com">
|
||||
<meta name="keywords" content="tureng,translate,privacy">
|
||||
<meta name="color-scheme" content="only dark" />
|
||||
|
||||
<link rel="icon" href="data:;base64,=">
|
||||
<link rel="stylesheet" href="/css/global.css"/>
|
Reference in New Issue
Block a user