aboutsummaryrefslogtreecommitdiff
path: root/services/omnisearch/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'services/omnisearch/templates/home.html')
-rw-r--r--services/omnisearch/templates/home.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/services/omnisearch/templates/home.html b/services/omnisearch/templates/home.html
new file mode 100644
index 0000000..0c2b528
--- /dev/null
+++ b/services/omnisearch/templates/home.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
+ <title>OmniSearch</title>
+ <link rel="stylesheet" href="static/main.css">
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
+ <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">
+ who<span>farted?</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>
+ </div>
+ </form>
+ </div>
+ </div>
+</body>
+
+</html>