mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Add a favicon. Fixes #58
This commit is contained in:
parent
377306c6c5
commit
4561302480
2 changed files with 14 additions and 0 deletions
13
copanier/static/img/favicon.svg
Normal file
13
copanier/static/img/favicon.svg
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<svg width="59" height="59" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
|
||||||
|
<g>
|
||||||
|
<title>Layer 1</title>
|
||||||
|
<g id="svg_1">
|
||||||
|
<ellipse id="svg_2" ry="6" rx="5" cy="19.58594" cx="22.75251"/>
|
||||||
|
<path id="svg_3" d="m37.75251,27.58594c-0.358,0 -0.708,-0.037 -1.049,-0.098l-0.953,17.154c0.002,1.047 0.899,1.944 2.002,1.944s2,-0.897 2,-2l-0.951,-17.098c-0.341,0.061 -0.691,0.098 -1.049,0.098z"/>
|
||||||
|
<path id="svg_4" d="m37.75251,25.58594c2.206,0 4,-1.794 4,-4l-8,0c0,2.206 1.794,4 4,4z"/>
|
||||||
|
<path id="svg_5" d="m22.75251,27.58594c-0.357,0 -0.706,-0.041 -1.049,-0.1l-0.953,17.156c0.002,1.047 0.899,1.944 2.002,1.944s2,-0.897 2,-2l-0.951,-17.1c-0.343,0.059 -0.692,0.1 -1.049,0.1z"/>
|
||||||
|
<path id="svg_6" d="m29.75251,0.58594c-15.99,0 -29,13.009 -29,29c0,15.99 13.01,29 29,29s29,-13.01 29,-29c0,-15.991 -13.01,-29 -29,-29zm2,11l2,0l0,8l3,0l0,-8l2,0l0,8l3,0l0,-8l2,0l0,10c0,2.21 -1.205,4.14 -2.989,5.181l0.987,17.763c0.002,2.262 -1.792,4.056 -3.998,4.056s-4,-1.794 -4,-4l0.989,-17.819c-1.784,-1.041 -2.989,-2.97 -2.989,-5.181l0,-10zm-27,18l-2,0c0,-14.888 12.112,-27 27,-27l0,2c-13.785,0 -25,11.215 -25,25zm21.013,-2.79l0.985,17.734c0.002,2.262 -1.792,4.056 -3.998,4.056s-4,-1.794 -4,-4l0.987,-17.79c-2.353,-1.29 -3.987,-4.033 -3.987,-7.21c0,-4.411 3.141,-8 7,-8s7,3.589 7,8c0,3.177 -1.633,5.92 -3.987,7.21zm3.987,29.79l0,-2c13.785,0 25,-11.215 25,-25l2,0c0,14.888 -12.112,27 -27,27z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
|
@ -12,6 +12,7 @@
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('/static/purecss.css') }}">
|
<link rel="stylesheet" type="text/css" href="{{ url_for('/static/purecss.css') }}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('/static/side-menu.css') }}">
|
<link rel="stylesheet" type="text/css" href="{{ url_for('/static/side-menu.css') }}">
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url_for('/static/flash.min.css') }}">
|
<link rel="stylesheet" type="text/css" href="{{ url_for('/static/flash.min.css') }}">
|
||||||
|
<link rel="icon" href="{{ url_for('/static/img/favicon.svg') }}">
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
{% endblock head %}
|
{% endblock head %}
|
||||||
|
|
Loading…
Reference in a new issue