use rainbow flag as favicon
This commit is contained in:
parent
72a8fb69fb
commit
fafb655aff
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
<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>">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{% if session.is_logged_in %}
|
{% if session.is_logged_in %}
|
||||||
|
|
Loading…
Reference in a new issue