use rainbow flag as favicon

This commit is contained in:
Franzi 2021-12-21 11:47:57 +01:00
parent 72a8fb69fb
commit fafb655aff
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
<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>">
</head>
<body>
{% if session.is_logged_in %}