tren/views/index.html
ngn 4df8b90dae
All checks were successful
Build and publish the docker image / build (push) Successful in 58s
initial commit
Signed-off-by: ngn <ngn@ngn.tf>
2025-04-05 09:58:58 +03:00

25 lines
687 B
HTML

<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>