Use calendar emoji as favicon

This commit is contained in:
Edward Betts 2023-11-13 12:08:55 +00:00
parent e0628f8d4e
commit 3ee3df8970
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" x="0px" y="0px" viewBox="0 0 26 26" style="enable-background:new 0 0 26 26;" xml:space="preserve"><g><path d="M10.7,4.1c-0.3-0.2-0.5-0.1-0.6,0L7.598,6.441C7.229,6.372,6.854,6.446,6.6,6.7c-0.4,0.4-0.4,1.1,0,1.6 c0.052,0.052,0.12,0.078,0.181,0.117L7,10.9c0,0.2,0.1,0.4,0.5,0.4C7.8,11.3,8,11,8,10.9l0.151-2.573 C8.167,8.316,8.185,8.312,8.2,8.3c0.25-0.312,0.325-0.697,0.263-1.043L10.7,4.7C10.8,4.6,10.9,4.3,10.7,4.1z"></path><path d="M20,7c0.6,0,1-0.4,1-1V3c0-0.6-0.4-1-1-1c-0.6,0-1,0.4-1,1v3C19,6.6,19.4,7,20,7z"></path><path d="M0,7.5C0,11.6,3.4,15,7.5,15c4.1,0,7.5-3.4,7.5-7.5C15,3.4,11.6,0,7.5,0C6.1,0,4.8,0.4,3.7,1h0c0.4,0,0.7,0.2,0.9,0.4 S4.9,1.9,5,2.2c0.8-0.4,1.6-0.6,2.5-0.6c3.2,0,5.9,2.6,5.9,5.9c0,3.2-2.6,5.9-5.9,5.9c-3.194,0-5.889-2.59-5.899-5.881 C1.637,7.509,1.663,7.511,1.7,7.5C1.7,5.7,2.5,5,2.5,5l0.8,0.7c0.1,0.1,0.2,0.1,0.3,0.1c0.1,0,0.2-0.1,0.2-0.2C4.1,4.2,4,2.4,4,2.3 c0-0.1-0.1-0.2-0.1-0.2C3.8,2,3.8,2,3.7,2h0C3.6,2,1.9,1.9,0.3,2.2c-0.1,0-0.2,0.1-0.2,0.2s0,0.3,0.1,0.3l0.9,0.8 c0,0-0.272,0.417-0.532,1.163C0.194,5.515,0,6.474,0,7.5z"></path><rect x="11" y="20" width="2" height="2"></rect><rect x="7" y="16" width="2" height="2"></rect><rect x="7" y="20" width="2" height="2"></rect><rect x="15" y="16" width="2" height="2"></rect><rect x="15" y="20" width="2" height="2"></rect><rect x="15" y="12" width="2" height="2"></rect><path d="M23,4L23,4h-1v2c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2V4h-2.8C15.7,5.1,16,6.3,16,7.5c0,0.9-0.1,1.7-0.4,2.5H24v13 c0,0.6-0.4,1-1,1H5c-0.6,0-1-0.4-1-1v-7.8c-0.7-0.3-1.4-0.8-2-1.3v9c0,1.7,1.3,3,3,3h18c1.7,0,3-1.3,3-3V7C26,5.3,24.7,4,23,4z"></path><rect x="11" y="16" width="2" height="2"></rect><rect x="19" y="12" width="2" height="2"></rect><rect x="19" y="20" width="2" height="2"></rect><rect x="19" y="16" width="2" height="2"></rect></g></svg>

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Agenda</title> <title>Agenda</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="icon" type="image/svg" href="{{ url_for("static", filename="Countdown_(50361)_-_The_Noun_Project.svg") }}"> <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>">
<script type='importmap'> <script type='importmap'>
{ {