1
Fork 0
forked from Korbs/4get
NarviSearch/template/home.html

40 lines
1.7 KiB
HTML
Raw Permalink Normal View History

2023-07-22 13:41:14 -05: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>
<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 13:41:14 -05: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 13:41:14 -05: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 13:41:14 -05:00
</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>
2023-11-07 08:04:56 -05:00
<script src="/static/client.js?v{%version%}"></script>
2023-07-22 13:41:14 -05:00
</body>
</html>