Files
4get/src/template/home.html
ngn ce81a54de1
All checks were successful
Build and publish the docker image / build (push) Successful in 18s
general cleanup
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 06:42:44 +03:00

50 lines
1.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>{%server_name%}</title>
<link title="{%server_name%}" href="/opensearch{%ac%}" rel="search" type="application/opensearchdescription+xml">
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="/static/style.css?v{%version%}">
{%style%}
<meta name="robots" content="index,follow">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<meta name="description" content="{%server_name%}: {%server_short_description%}">
</head>
<body class="home">
<div id="center">
<form method="GET" autocomplete="off" action="web">
<div class="logo">
<a href="/">
<img src="{%banner%}" alt="4get">
</a>
</div>
<div class="searchbox">
<input type="submit" value="Search" tabindex="-1">
<div class="wrapper">
<input type="text" maxlength="500" name="s" placeholder="Proxy search..." required autofocus>
</div>
<div class="autocomplete"></div>
</div>
</form>
<a href="settings">Settings</a>
<a href="https://git.lolcat.ca/lolcat/4get_news">News</a>
<a href="https://git.lolcat.ca/lolcat/4get">Source</a>
<a href="https://git.ngn.tf/ngn/4get">Modified Source</a>
<div class="subtext">
<a href="https://4.ngn.tf">Clearnet</a>
<a href="http://4ngnt3r7ktzk2mdpxk2gnodnfnaggh55keswpx76zmsrxaabspw5riad.onion">TOR</a>
<a href="https://git.ngn.tf/ngn/4get/issues">Report a problem</a>
<br>
</div>
</div>
<script src="/static/client.js?v{%version%}"></script>
</body>
</html>