diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-23 19:24:11 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-23 19:24:11 -0700 |
| commit | 8c81d9a5b901f0b7d9986ae42a530433e1b02ad5 (patch) | |
| tree | 20ba67df275cc3a2e803b7f2b536ffa08a150c73 /templates/home.html | |
| parent | 24f9909badd4e7aa1f3aeef717b93e9b71c20a4e (diff) | |
Diffstat (limited to 'templates/home.html')
| -rw-r--r-- | templates/home.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/home.html b/templates/home.html index 65280cf..2dc4944 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,26 +1,26 @@ <!DOCTYPE html> <html lang="{{__locale_id}}" dir="{{__locale_direction}}"> - + <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"> <title> - OmniSearch + Moekyun Search </title> <link rel="stylesheet" href="static/main.css"> {{if theme == "light"}}<link rel="preload" href="static/theme-light.css" as="style"><link rel="stylesheet" href="static/theme-light.css">{{endif}} {{if theme == "dark"}}<link rel="preload" href="static/theme-dark.css" as="style"><link rel="stylesheet" href="static/theme-dark.css">{{endif}} <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> - <link rel="search" - type="application/opensearchdescription+xml" + <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> + Moekyun<span>Search</span> </h1> <form action="/search" class="home-search-form"> <div class="search-input-wrapper"> |
