Agregar favicon.ico y apple-touch-icon.png
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 26s

This commit is contained in:
2025-10-17 05:46:06 -06:00
parent 3b36a3e3a7
commit ab0f79e103
3 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>radiusNucleo</title> <title>radiusNucleo</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png" /> <link rel="icon" type="image/png" sizes="192x192" href="/icons/icon-192.png" />

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
frontend/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB