aboutsummaryrefslogtreecommitdiff
path: root/templates/home.html
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-02-23 00:57:21 -0500
committerfrosty <gabriel@bwaaa.monster>2026-02-23 00:57:21 -0500
commitb280ab6bcdf6c9bae46a7a21b7138d46d953dd71 (patch)
tree39cea490a82a1ae5072c19d1d050d90b881d1a15 /templates/home.html
downloadomnisearch-b280ab6bcdf6c9bae46a7a21b7138d46d953dd71.tar.gz
oopsies
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/templates/home.html b/templates/home.html
new file mode 100644
index 0000000..00c4776
--- /dev/null
+++ b/templates/home.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html lang="en">
+
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>
+ OmniSearch
+ </title>
+ <link rel="stylesheet" href="static/main.css">
+ <link rel="search"
+ type="application/opensearchdescription+xml"
+ title="OmniSearch" href="/opensearch.xml">
+ </head>
+
+ <body>
+ <div class="view-home">
+ <div class="container">
+ <h1 class="hero-logo">
+ Omni<span>Search</span>
+ </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..."
+ autofocus autocomplete="off">
+ </div>
+ <div class="buttons">
+ <button type="submit" class="btn-primary">
+ Search
+ </button>
+ <a target="_blank" href="https://bwaaa.monster/donate">
+ <button type="button" class="btn-secondary">
+ Donate
+ </button>
+ </a>
+ </div>
+ </form>
+ </div>
+ </div>
+ </body>
+
+</html> \ No newline at end of file