diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-18 05:50:14 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-18 05:50:14 -0400 |
| commit | 6e36f13ff7d0b38155c94eb59009ff0e3d1ec5e7 (patch) | |
| tree | a0e69a8ca94af6a6b0585f92d6774ab65a7dc9ae /templates/images.html | |
| parent | 9dc056dc405ec2c23b3e802624c5596f518608d3 (diff) | |
| download | omnisearch-6e36f13ff7d0b38155c94eb59009ff0e3d1ec5e7.tar.gz | |
added favicon (thanks mr.dacc)
Diffstat (limited to 'templates/images.html')
| -rw-r--r-- | templates/images.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/images.html b/templates/images.html index 3ad38f8..4dad2ea 100644 --- a/templates/images.html +++ b/templates/images.html @@ -7,6 +7,7 @@ <title> OmniSearch Images - {{query}} </title> + <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> <link rel="stylesheet" href="static/main.css"> </head> |
