initial commit
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:
ngn
2025-04-05 09:58:58 +03:00
commit 4df8b90dae
26 changed files with 1530 additions and 0 deletions

24
views/index.html Normal file
View File

@ -0,0 +1,24 @@
<html>
<head>
{{template "head" .}}
<link rel="stylesheet" href="/css/index.css">
</head>
<body>
{{template "navbar" .}}
<main>
<div class="about">
<h1><span>tren</span> - tureng.com frontend</h1>
<p>
tureng.com is a popular multilingual dictionary website, however
the website serves non-free and malicious JS code, which is used
for tracking and telemetry
</p>
<p>
this frontend proxies requests to tureng.com while respecting your
privacy and freedom, so you don't have to deal with that
</p>
</div>
{{template "search" .}}
</main>
</body>
</html>