add favicon
This commit is contained in:
39
static/favicon.svg
Normal file
39
static/favicon.svg
Normal file
@@ -0,0 +1,39 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||||
|
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||||
|
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||||
|
width="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
|
||||||
|
preserveAspectRatio="xMidYMid meet">
|
||||||
|
|
||||||
|
<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
|
||||||
|
fill="#000000" stroke="none">
|
||||||
|
<path d="M2415 4020 c-645 -57 -1178 -445 -1378 -1004 l-32 -90 -105 -31
|
||||||
|
c-370 -111 -623 -269 -706 -441 -23 -49 -28 -72 -28 -139 -1 -71 3 -88 31
|
||||||
|
-145 92 -187 365 -349 785 -466 70 -19 174 -45 232 -57 l105 -22 86 -80 c228
|
||||||
|
-211 505 -354 806 -415 288 -59 609 -41 891 50 126 41 334 146 441 223 48 35
|
||||||
|
126 99 173 143 67 62 94 81 127 87 246 47 519 132 696 218 202 97 325 199 384
|
||||||
|
319 28 57 32 74 31 145 0 67 -5 90 -28 139 -82 170 -337 330 -700 440 l-109
|
||||||
|
34 -29 78 c-190 524 -651 895 -1233 994 -134 22 -319 31 -440 20z m274 -160
|
||||||
|
c366 -33 677 -170 922 -407 155 -150 266 -323 328 -508 43 -130 47 -161 24
|
||||||
|
-173 -74 -39 -304 -100 -508 -136 -295 -51 -436 -61 -900 -61 -461 0 -575 8
|
||||||
|
-881 60 -271 46 -534 124 -534 159 0 34 55 199 94 282 65 137 137 237 260 360
|
||||||
|
271 272 621 417 1046 433 19 0 86 -4 149 -9z m-1719 -1128 c0 -34 33 -65 106
|
||||||
|
-98 226 -103 605 -180 1047 -214 178 -14 697 -14 874 0 455 35 817 109 1048
|
||||||
|
215 72 32 105 63 105 97 0 10 2 18 4 18 19 0 232 -81 312 -120 232 -110 351
|
||||||
|
-233 330 -343 -18 -95 -118 -187 -311 -282 -156 -77 -283 -122 -499 -175
|
||||||
|
-1067 -264 -2632 -182 -3351 174 -159 79 -251 152 -289 227 -14 29 -26 66 -26
|
||||||
|
81 0 131 198 281 525 398 129 46 125 45 125 22z m923 -1187 c448 -44 988 -40
|
||||||
|
1445 11 79 9 146 14 148 11 3 -3 -32 -30 -78 -60 -506 -335 -1182 -336 -1693
|
||||||
|
-3 -47 31 -85 59 -85 62 0 4 26 4 58 0 31 -4 124 -14 205 -21z"/>
|
||||||
|
<path d="M735 2335 c-29 -28 -32 -70 -10 -103 23 -32 129 -104 220 -150 182
|
||||||
|
-91 426 -157 715 -192 280 -33 851 -32 904 3 33 22 44 63 25 96 -25 45 -48 49
|
||||||
|
-249 40 -208 -10 -521 2 -705 26 -330 43 -609 137 -756 255 -72 58 -106 64
|
||||||
|
-144 25z"/>
|
||||||
|
<path d="M3505 2110 c-116 -17 -132 -21 -152 -45 -29 -33 -29 -64 -2 -99 25
|
||||||
|
-32 58 -33 241 -8 134 19 161 31 172 78 7 28 -16 79 -39 88 -25 9 -76 6 -220
|
||||||
|
-14z"/>
|
||||||
|
<path d="M2735 2028 c-35 -30 -37 -79 -5 -113 23 -25 26 -25 190 -25 154 0
|
||||||
|
169 2 194 21 35 28 36 80 1 114 -24 25 -27 25 -189 25 -157 0 -166 -1 -191
|
||||||
|
-22z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.3 KiB |
@@ -8,6 +8,10 @@
|
|||||||
<meta name="author" content="" />
|
<meta name="author" content="" />
|
||||||
|
|
||||||
<title>{% block title %}Default Title{% endblock %}</title>
|
<title>{% block title %}Default Title{% endblock %}</title>
|
||||||
|
<link
|
||||||
|
rel="shortcut icon"
|
||||||
|
href="{{ url_for('static', filename='favicon.svg') }}"
|
||||||
|
/>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
<link
|
<link
|
||||||
|
|||||||
Reference in New Issue
Block a user