forked from Korbs/4get
39 lines
1.7 KiB
HTML
39 lines
1.7 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>
|
||
<div class="home">
|
||
<div class="home-search">
|
||
<h1>NarviSearch</h1>
|
||
<form method="GET" autocomplete="off" action="web">
|
||
<div class="searchbox">
|
||
<div class="wrapper">
|
||
<input type="text" maxlength="500" name="s" placeholder="Start searching the web..." required autofocus>
|
||
</div>
|
||
<div class="autocomplete"></div>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
<div class="home-footer">
|
||
<p>v1</p>
|
||
<a href="/about">About</a>
|
||
<a href="/api.txt">API</a>
|
||
<a href="https://status.sudovanilla.org/">Status</a>
|
||
<a href="https://ark.sudovanilla.org/Korbs/Search" target="_blank">Source</a>
|
||
<a href="/settings">Settings</a>
|
||
</div>
|
||
</div>
|
||
<script src="/static/client.js?v{%version%}"></script>
|
||
</body>
|
||
</html>
|