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:
24
views/index.html
Normal file
24
views/index.html
Normal 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>
|
Reference in New Issue
Block a user