diff options
| -rw-r--r-- | static/favicon.ico | bin | 0 -> 270398 bytes | |||
| -rw-r--r-- | templates/home.html | 1 | ||||
| -rw-r--r-- | templates/images.html | 1 | ||||
| -rw-r--r-- | templates/results.html | 1 |
4 files changed, 3 insertions, 0 deletions
diff --git a/static/favicon.ico b/static/favicon.ico Binary files differnew file mode 100644 index 0000000..6433358 --- /dev/null +++ b/static/favicon.ico diff --git a/templates/home.html b/templates/home.html index f8b7b7e..947582f 100644 --- a/templates/home.html +++ b/templates/home.html @@ -8,6 +8,7 @@ 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"> 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> diff --git a/templates/results.html b/templates/results.html index a8b86cc..759213b 100644 --- a/templates/results.html +++ b/templates/results.html @@ -8,6 +8,7 @@ OmniSearch - {{query}} </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"> |
