2023-07-22 18:41:14 +00:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
2023-11-07 13:04:56 +00:00
|
|
|
|
<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">
|
2023-07-22 18:41:14 +00:00
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
2023-11-07 13:04:56 +00:00
|
|
|
|
<link rel="stylesheet" href="/static/style.css?v{%version%}">
|
|
|
|
|
{%style%}
|
2023-07-22 18:41:14 +00:00
|
|
|
|
<meta name="robots" content="index,follow">
|
|
|
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
2023-11-07 13:04:56 +00:00
|
|
|
|
<meta name="description" content="{%server_name%}: {%server_short_description%}">
|
2023-07-22 18:41:14 +00:00
|
|
|
|
</head>
|
2023-11-07 13:04:56 +00:00
|
|
|
|
<body class="home">
|
2023-07-22 18:41:14 +00:00
|
|
|
|
<div id="center">
|
|
|
|
|
<form method="GET" autocomplete="off" action="web">
|
|
|
|
|
<div class="logo">
|
2023-08-08 07:09:47 +00:00
|
|
|
|
<a href="/">
|
|
|
|
|
<img src="{%banner%}" alt="4get">
|
|
|
|
|
</a>
|
2023-07-22 18:41:14 +00:00
|
|
|
|
</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>
|
2024-07-06 21:01:45 +00:00
|
|
|
|
<a href="settings">Settings</a> • <a href="instances">Instances</a> • <a href="https://git.lolcat.ca/lolcat/4get_news">News</a> • <a href="api.txt">API</a> • <a href="about">About</a> • <a href="https://git.lolcat.ca/lolcat/4get">Source</a><br>
|
|
|
|
|
<a href="/donate"><b>Donate to the project</b></a>
|
2023-07-22 18:41:14 +00:00
|
|
|
|
<div class="subtext">
|
2023-11-07 13:04:56 +00:00
|
|
|
|
<a href="https://4get.ca">Clearnet</a> • <a href="http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion">Tor</a> • <a href="https://lolcat.ca">Report a problem</a><br>
|
|
|
|
|
Running on <b>v{%version%}</b>!!
|
2023-07-22 18:41:14 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2023-11-07 13:04:56 +00:00
|
|
|
|
<script src="/static/client.js?v{%version%}"></script>
|
2023-07-22 18:41:14 +00:00
|
|
|
|
</body>
|
|
|
|
|
</html>
|