Proper PNG favicons (16, 32, 48, 180px) + apple-touch-icon

This commit is contained in:
Ozzy (AI Assistant) 2026-07-27 19:06:17 +00:00
parent 725f1475e7
commit 3ca9b34acc
6 changed files with 4 additions and 1 deletions

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
favicon-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

BIN
favicon-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 B

BIN
favicon-64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

View file

@ -9,7 +9,10 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' rx='8' fill='%23C41E3A'/%3E%3Ctext x='32' y='44' font-family='Georgia,'Times New Roman',serif' font-size='42' font-weight='bold' fill='white' text-anchor='middle'%3EM%3C/text%3E%3C/svg%3E">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32.png">
<link rel="icon" type="image/png" sizes="48x48" href="favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
</head>
<body>