add favicon

This commit is contained in:
leah 2021-08-18 12:40:34 +01:00
parent ba7dad792c
commit 57ec727bc9
2 changed files with 14 additions and 0 deletions

13
static/favicon.svg Normal file
View File

@ -0,0 +1,13 @@
<svg width="100" height="100" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0)">
<rect width="100" height="100" fill="#2D3037"/>
<path d="M80.7041 0H100V12.2427L87.661 100H66.6438L80.7041 0Z" fill="#EBE5CD"/>
<path d="M26.2658 88.1435C18.0557 89.1304 9.92473 89.17 1.87297 88.2625C1.24543 88.1918 0.621114 88.1143 0 88.03V100H57.0098C58.3627 99.33 59.6525 98.6321 60.8792 97.9062L67.7848 47.4109C64.6634 45.304 60.8461 43.8323 56.3329 42.9959C51.8742 42.1529 46.7631 42.0778 40.9997 42.7705C37.9005 43.143 34.872 43.645 31.9142 44.2763C29.0108 44.9011 26.1922 45.5432 23.4585 46.2028C20.7182 46.8079 18.0866 47.4 15.5638 47.979C13.041 48.5581 10.6378 48.9848 8.35418 49.2593C5.85308 49.56 3.71296 49.6517 1.93385 49.5346C1.2444 49.4637 0.599782 49.3656 0 49.2402V72.0003C2.5875 71.9803 5.35084 71.7936 8.29004 71.4403C11.2805 71.0809 14.2002 70.592 17.0493 69.9738C19.9527 69.349 22.7202 68.7406 25.3517 68.1485C28.0311 67.4955 30.5778 66.886 32.9919 66.32C35.4059 65.7541 37.6732 65.3437 39.7937 65.0888C44.3609 64.5398 47.7213 64.9632 49.8747 66.3591C52.0826 67.7485 53.3237 69.585 53.5982 71.8686C53.7878 73.4454 53.5119 75.0505 52.7705 76.684C52.0292 78.3175 50.6158 79.8664 48.5303 81.3305C46.4449 82.7946 43.5992 84.1295 39.9934 85.3351C36.3876 86.5408 31.8118 87.4769 26.2658 88.1435Z" fill="#EBE5CD"/>
<path d="M13.4877 8.68068C17.3481 8.21666 21.4011 7.97771 25.6465 7.96383C29.9398 7.88903 34.1711 7.98716 38.3405 8.2582C42.5099 8.52925 46.5325 8.95583 50.4084 9.53795C54.2777 10.0657 57.7218 10.7273 60.7408 11.5227L55.4106 31.1927C48.9921 29.6476 42.6324 28.5918 36.3315 28.0254C30.0785 27.3981 23.7168 27.4733 17.2466 28.251C12.7337 28.7935 8.94298 29.6076 5.87437 30.6935C3.56556 31.477 1.60744 32.3632 0 33.3523V11.3957C4.16286 10.1661 8.65877 9.26112 13.4877 8.68068Z" fill="#EBE5CD"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="100" height="100" fill="white"/>
</clipPath>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -7,6 +7,7 @@
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='/main.css'>
<link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
</head>
<body>
<img src="/logo.svg" class="title">