4get-patches/template/home.html

63 lines
2.2 KiB
HTML
Raw Normal View History

2023-07-22 14:41:14 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
2023-11-07 08:04:56 -05:00
<title>{%server_name%}</title>
2025-01-21 03:09:44 -05:00
<link title="{%server_name%}" href="/opensearch{%ac%}" rel="search" type="application/opensearchdescription+xml">
2023-11-07 08:04:56 -05:00
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap">
2023-07-22 14:41:14 -04:00
<meta name="viewport" content="width=device-width,initial-scale=1">
2023-11-07 08:04:56 -05:00
<link rel="stylesheet" href="/static/style.css?v{%version%}">
{%style%}
2023-07-22 14:41:14 -04:00
<meta name="robots" content="index,follow">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
2023-11-07 08:04:56 -05:00
<meta name="description" content="{%server_name%}: {%server_short_description%}">
2023-07-22 14:41:14 -04:00
</head>
2023-11-07 08:04:56 -05:00
<body class="home">
<!-- <div class="background">
<span></span>
<img src="/petals_dark.webp"/>
</div> -->
2023-07-22 14:41:14 -04:00
<div id="center">
<form method="GET" autocomplete="off" action="web">
<div class="logo">
2023-08-08 03:09:47 -04:00
<a href="/">
<img src="{%banner%}" alt="4get">
</a>
2023-07-22 14:41:14 -04:00
</div>
<div class="searchbox">
2025-01-21 03:09:44 -05:00
<input type="text" maxlength="500" name="s" placeholder="Proxy search..." required autofocus/>
<button type="submit" class="sitekey-form__submit">Search</button>
2023-07-22 14:41:14 -04:00
</div>
</form>
2025-01-21 03:09:44 -05:00
</div>
<div class="footer">
<div class="footer-start">
<p>
<span>v{%version%}</span>
2025-01-21 03:09:44 -05:00
<a title="https://4get.ch/" href="https://4get.ch/">Clearnet</a>
2025-01-21 03:09:44 -05:00
<a title="ducks.party Tor Instance" href="http://2cacklzoqtb3nhug4n3hizwxupqreekbeu5c2swachpmefvehvwz5nyd.onion/">Tor</a>
2025-01-21 03:09:44 -05:00
<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>
2025-01-21 03:09:44 -05:00
<a target="_blank" href="https://git.lolcat.ca/lolcat/4get_news/src/branch/master/README.md#latest-entries">News</a>
2025-01-21 03:09:44 -05:00
<a href="/instances">Instances</a>
2025-01-21 03:09:44 -05:00
<a target="_blank" href="https://ark.sudovanilla.org/Korbs/4get-patches">Modified Source Code</a>
2025-01-21 03:09:44 -05:00
<a target="_blank" href="https://4get.api.sudovanilla.org/api/">API</a>
2025-01-21 03:09:44 -05:00
<a target="_blank" href="/settings">Settings</a>
</p>
2023-07-22 14:41:14 -04:00
</div>
</div>
2023-11-07 08:04:56 -05:00
<script src="/static/client.js?v{%version%}"></script>
2023-07-22 14:41:14 -04:00
</body>
</html>