use correct rainbow flag for favicon
This commit is contained in:
parent
fafb655aff
commit
ae5a18138b
3 changed files with 16 additions and 1 deletions
BIN
ldap_frontend/static/rainbow.png
Normal file
BIN
ldap_frontend/static/rainbow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 362 B |
14
ldap_frontend/static/rainbow.svg
Normal file
14
ldap_frontend/static/rainbow.svg
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6000 3810">
|
||||||
|
<rect fill="#750787" width="6000" height="3810"/>
|
||||||
|
<rect fill="#004dff" width="6000" height="3175"/>
|
||||||
|
<rect fill="#008026" width="6000" height="2540"/>
|
||||||
|
<rect fill="#ffed00" width="6000" height="1905"/>
|
||||||
|
<rect fill="#ff8c00" width="6000" height="1270"/>
|
||||||
|
<rect fill="#e40303" width="6000" height="635"/>
|
||||||
|
|
||||||
|
<polygon points="-1,960 950,1905 -1,2850" fill="#ffffff" />
|
||||||
|
<polygon points="-1,960 -1,480 1420,1905 -1,3330 -1,2850 950,1905" fill="#ffafc8" />
|
||||||
|
<polygon points="-1,480 -1,0 1912,1905 -1,3810 -1,3330 1420,1905 -1,480" fill="#74d7ee" />
|
||||||
|
<polygon points="-1,0 1912,1905 -1,3810 480,3810 2384,1905 480,0" fill="#613915" />
|
||||||
|
<polygon points="480,0 960,0 2864,1905 960,3810 480,3810 2384 1905 480,0" fill="#000000" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 810 B |
|
@ -6,7 +6,8 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
<link href="{{ url_for("static", filename="bootstrap.min.css") }}" rel="stylesheet">
|
<link href="{{ url_for("static", filename="bootstrap.min.css") }}" rel="stylesheet">
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🏳️🌈</text></svg>">
|
<link href="{{ url_for("static", filename="rainbow.svg") }}" rel="icon" type="image/svg+xml" >
|
||||||
|
<link href="{{ url_for("static", filename="rainbow.png") }}" rel="alternate icon" type="image/png" >
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% if session.is_logged_in %}
|
{% if session.is_logged_in %}
|
||||||
|
|
Loading…
Reference in a new issue