This commit is contained in:
2026-06-03 18:02:39 +01:00
52 changed files with 3318 additions and 601 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="{{__locale_id}}" dir="{{__locale_direction}}">
<head>
<meta charset="UTF-8">
@@ -8,7 +8,8 @@
OmniSearch
</title>
<link rel="stylesheet" href="static/main.css">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" href="static/themes/{{theme}}.css">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="search"
type="application/opensearchdescription+xml"
title="OmniSearch" href="/opensearch.xml">
@@ -22,19 +23,24 @@
</h1>
<form action="/search" class="home-search-form">
<div class="search-input-wrapper">
<input name="q" type="text" class="search-box" placeholder="Search the web..."
<input name="q" type="text" class="search-box" placeholder="{{l("search_placeholder")}}"
autofocus autocomplete="off">
</div>
<div class="buttons">
<button type="submit" class="btn-primary">
Search
{{l("search_button")}}
</button>
<button type="submit" name="btnI" value="1" class="btn-secondary">
Surprise me
</div>
{{l("surprise_me_button")}}
</button>
</div>
</form>
</div>
</div>
<a href="/settings" class="home-settings-btn" title="{{l("settings_tab")}}"></a>
<footer class="home-footer">
<a href="{{git_remote}}" class="version-link" target="_blank" rel="noopener noreferrer">{{version}}</a>
</footer>
</body>
</html>