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/images.html | |
| parent | 24f9909badd4e7aa1f3aeef717b93e9b71c20a4e (diff) | |
Diffstat (limited to 'templates/images.html')
| -rw-r--r-- | templates/images.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/images.html b/templates/images.html index d7397b5..b521c6a 100644 --- a/templates/images.html +++ b/templates/images.html @@ -1,18 +1,18 @@ <!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 Images - {{query}} + MoekyunSearch Images - {{query}} </title> <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> <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}} </head> - + <body class="images-view"> <header> <a href="/" class="logo-link"><h1> @@ -77,4 +77,4 @@ </main> </body> -</html>
\ No newline at end of file +</html> |
