update favicon
This commit is contained in:
parent
75fcfecda1
commit
36bf32dd30
3 changed files with 36 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="robots" content="noindex,nofollow">
|
<meta name="robots" content="noindex,nofollow">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="icon" href="{{ settings.root_path }}/favicon.ico">
|
<link rel="icon" type="image/svg" href="{{ settings.root_path }}/phono.svg">
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB |
35
static/phono.svg
Normal file
35
static/phono.svg
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
<svg version="1.1" width="512" height="512" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
|
||||||
|
<circle cx="50%" cy="50%" r="50%" fill="#fc0" />
|
||||||
|
<path
|
||||||
|
d="M 327.2996246616769 139.30677974697895
|
||||||
|
A 768.0 768.0 0 0 1 64.0 256.0
|
||||||
|
A 768.0 768.0 0 0 1 327.2996246616769 372.6932202530211
|
||||||
|
A 288.0 288.0 0 0 0 327.2996246616769 139.30677974697895"
|
||||||
|
stroke="none"
|
||||||
|
fill="white"
|
||||||
|
/>
|
||||||
|
<path
|
||||||
|
d="M 384.0 96.0
|
||||||
|
A 768.0 768.0 0 0 1 64.0 256.0
|
||||||
|
A 768.0 768.0 0 0 1 384.0 416.0"
|
||||||
|
stroke="#000"
|
||||||
|
stroke-width="24.0"
|
||||||
|
fill="none"
|
||||||
|
/>
|
||||||
|
<path
|
||||||
|
d="M 344.58242427489733 320.94230661149544
|
||||||
|
A 80.0 80.0 0 0 1 344.58242427489733 191.05769338850456
|
||||||
|
A 288.0 288.0 0 0 1 344.58242427489733 320.94230661149544"
|
||||||
|
stroke="none"
|
||||||
|
fill="black"
|
||||||
|
/>
|
||||||
|
<path
|
||||||
|
d="M 327.2996246616769 139.30677974697895
|
||||||
|
A 288.0 288.0 0 0 1 327.2996246616769 372.6932202530211"
|
||||||
|
stroke="#000"
|
||||||
|
stroke-width="24.0"
|
||||||
|
fill="transparent"
|
||||||
|
/>
|
||||||
|
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 974 B |
Loading…
Add table
Reference in a new issue