forked from Infrastructure/4get
63 lines
No EOL
2.2 KiB
HTML
63 lines
No EOL
2.2 KiB
HTML
<!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 class="background">
|
|
<span></span>
|
|
<img src="/petals_dark.webp"/>
|
|
</div> -->
|
|
<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="text" maxlength="500" name="s" placeholder="Proxy search..." required autofocus/>
|
|
<button type="submit" class="sitekey-form__submit">Search</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<div class="footer">
|
|
<div class="footer-start">
|
|
<p>
|
|
<span>v{%version%}</span>
|
|
|
|
<a title="https://4get.ch/" href="https://4get.ch/">Clearnet</a>
|
|
|
|
<a title="ducks.party Tor Instance" href="http://2cacklzoqtb3nhug4n3hizwxupqreekbeu5c2swachpmefvehvwz5nyd.onion/">Tor</a>
|
|
|
|
<a target="_blank" href="https://git.lolcat.ca/lolcat/4get.git">Report Issue</a>
|
|
</p>
|
|
</div>
|
|
<div class="footer-end">
|
|
<p>
|
|
<a href="/about">About</a>
|
|
|
|
<a target="_blank" href="https://git.lolcat.ca/lolcat/4get_news/src/branch/master/README.md#latest-entries">News</a>
|
|
|
|
<a href="/instances">Instances</a>
|
|
|
|
<a target="_blank" href="https://ark.sudovanilla.org/Korbs/4get-patches">Modified Source Code</a>
|
|
|
|
<a target="_blank" href="https://4get.api.sudovanilla.org/api/">API</a>
|
|
|
|
<a target="_blank" href="/settings">Settings</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<script src="/static/client.js?v{%version%}"></script>
|
|
</body>
|
|
</html> |