summaryrefslogtreecommitdiff
path: root/template/home.html
blob: 38075a17807c21f08254c4b49c27440875e0fa46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!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="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> • <a href="https://ko-fi.com/lolcat" rel="noreferrer" target="BLANK">Donate</a>
			<div class="subtext">
				<a href="/">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>!!
			</div>
		</div>
		<script src="/static/client.js?v{%version%}"></script>
	</body>
</html>