added favicons

This commit is contained in:
catto 2024-05-24 22:34:12 +02:00
parent 72547998a0
commit b9dbba05ce
8 changed files with 35 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
src/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
src/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
src/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
src/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -6,6 +6,18 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Snotes App" />
<meta property="og:description"
content="Snotes is a free, simple notes app. Quickly create, paste, tag and search notes. No BS." />
<meta property="og:image" content="apple-touch-icon.png" />
<meta property="og:url" content="https://snotes.maidsin.space" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<link href="output.css" rel="stylesheet">
<title>Snotes</title>
</head>

23
src/safari-pinned-tab.svg Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="500.000000pt" height="500.000000pt" viewBox="0 0 500.000000 500.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.14, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,500.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2405 4544 c-16 -2 -73 -9 -125 -15 -184 -21 -412 -90 -550 -166
-289 -159 -464 -395 -537 -725 -27 -124 -25 -465 4 -598 63 -291 218 -488 491
-625 171 -85 301 -119 885 -230 359 -68 531 -133 654 -248 99 -93 143 -207
143 -371 -1 -388 -341 -616 -917 -616 -408 0 -771 122 -1058 356 -30 24 -57
44 -59 44 -13 0 -357 -434 -353 -444 3 -7 38 -38 79 -68 349 -263 726 -396
1211 -429 680 -46 1234 148 1486 520 128 188 181 383 181 666 0 444 -142 714
-475 904 -158 90 -333 147 -692 226 -518 113 -635 145 -754 207 -160 82 -247
194 -270 348 -46 306 119 559 432 664 169 57 463 75 654 41 189 -34 408 -126
597 -251 53 -35 100 -64 105 -63 9 0 309 417 319 443 4 11 -23 34 -103 86
-258 168 -529 276 -823 325 -90 16 -455 29 -525 19z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB