added favicon (thanks mr.dacc)
This commit is contained in:
parent
9dc056dc40
commit
6e36f13ff7
4 changed files with 3 additions and 0 deletions
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 KiB |
|
|
@ -8,6 +8,7 @@
|
||||||
OmniSearch
|
OmniSearch
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" href="static/main.css">
|
<link rel="stylesheet" href="static/main.css">
|
||||||
|
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
||||||
<link rel="search"
|
<link rel="search"
|
||||||
type="application/opensearchdescription+xml"
|
type="application/opensearchdescription+xml"
|
||||||
title="OmniSearch" href="/opensearch.xml">
|
title="OmniSearch" href="/opensearch.xml">
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
<title>
|
<title>
|
||||||
OmniSearch Images - {{query}}
|
OmniSearch Images - {{query}}
|
||||||
</title>
|
</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
||||||
<link rel="stylesheet" href="static/main.css">
|
<link rel="stylesheet" href="static/main.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@
|
||||||
OmniSearch - {{query}}
|
OmniSearch - {{query}}
|
||||||
</title>
|
</title>
|
||||||
<link rel="stylesheet" href="static/main.css">
|
<link rel="stylesheet" href="static/main.css">
|
||||||
|
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
||||||
<link rel="search"
|
<link rel="search"
|
||||||
type="application/opensearchdescription+xml"
|
type="application/opensearchdescription+xml"
|
||||||
title="OmniSearch" href="/opensearch.xml">
|
title="OmniSearch" href="/opensearch.xml">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue