use correct rainbow flag for favicon
This commit is contained in:
parent
fafb655aff
commit
ae5a18138b
3 changed files with 16 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<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>
|
||||
<body>
|
||||
{% if session.is_logged_in %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue