37 lines
1.6 KiB
Cheetah
37 lines
1.6 KiB
Cheetah
<!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%} - {{ env "FOURGET_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="instances">Instances</a> • {{ if eq (env "INCLUDE_NEWS_LINK" ) "true" }} <a href="https://git.lolcat.ca/lolcat/4get_news">News</a> • {{ end }}<a href="api.txt">API</a> • <a href="about">About</a>{{ if eq (env "INCLUDE_SOURCE_LINK" ) "true" }} • <a href="https://git.lolcat.ca/lolcat/4get">Source</a><br>{{ end }}
|
|
<br><br><a href="/donate"><b>Donate to 4get</b></a>
|
|
</div>
|
|
<script src="/static/client.js?v{%version%}"></script>
|
|
</body>
|
|
</html>
|